summaryrefslogtreecommitdiff
path: root/boot/bootmeth_qfw.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot/bootmeth_qfw.c')
-rw-r--r--boot/bootmeth_qfw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/bootmeth_qfw.c b/boot/bootmeth_qfw.c
index a5f95d4d0c..ecd4b082fd 100644
--- a/boot/bootmeth_qfw.c
+++ b/boot/bootmeth_qfw.c
@@ -89,7 +89,7 @@ static struct bootmeth_ops qfw_bootmeth_ops = {
};
static const struct udevice_id qfw_bootmeth_ids[] = {
- { .compatible = "u-boot,qfw-syslinux" },
+ { .compatible = "u-boot,qfw-extlinux" },
{ }
};