]> Git Repo - u-boot.git/blobdiff - boot/bootmeth_cros.c
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
[u-boot.git] / boot / bootmeth_cros.c
index cd72db8250cefee70c46e92d5a6d526bb1763c1e..f015f2e1c75faad5862ef875b54b0d869aa21feb 100644 (file)
@@ -432,9 +432,9 @@ static int cros_boot(struct udevice *dev, struct bootflow *bflow)
        }
 
        if (IS_ENABLED(CONFIG_X86)) {
-               ret = zboot_start(map_to_sysmem(bflow->buf), bflow->size, 0, 0,
-                                 map_to_sysmem(bflow->x86_setup),
-                                 bflow->cmdline);
+               ret = zboot_run(map_to_sysmem(bflow->buf), bflow->size, 0, 0,
+                               map_to_sysmem(bflow->x86_setup),
+                               bflow->cmdline);
        } else {
                ret = bootm_boot_start(map_to_sysmem(bflow->buf),
                                       bflow->cmdline);
This page took 0.025129 seconds and 4 git commands to generate.