summaryrefslogtreecommitdiff
path: root/boot/bootmeth_sandbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot/bootmeth_sandbox.c')
-rw-r--r--boot/bootmeth_sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/bootmeth_sandbox.c b/boot/bootmeth_sandbox.c
index 13ec5e95e6..aabc57e635 100644
--- a/boot/bootmeth_sandbox.c
+++ b/boot/bootmeth_sandbox.c
@@ -56,7 +56,7 @@ static struct bootmeth_ops sandbox_bootmeth_ops = {
};
static const struct udevice_id sandbox_bootmeth_ids[] = {
- { .compatible = "u-boot,sandbox-syslinux" },
+ { .compatible = "u-boot,sandbox-extlinux" },
{ }
};