diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/environment/ti/boot.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/environment/ti/boot.h b/include/environment/ti/boot.h index 31042fad670..a0e1cd1656a 100644 --- a/include/environment/ti/boot.h +++ b/include/environment/ti/boot.h @@ -36,6 +36,7 @@ "run mmcboot;\0" \ "emmc_android_boot=" \ "echo Trying to boot Android from eMMC ...; " \ + "run update_to_fit; " \ "setenv eval_bootargs setenv bootargs $bootargs; " \ "run eval_bootargs; " \ "setenv mmcdev 1; " \ @@ -48,7 +49,7 @@ "part size mmc ${mmcdev} boot boot_size; " \ "mmc read ${fdtaddr} ${fdt_start} ${fdt_size}; " \ "mmc read ${loadaddr} ${boot_start} ${boot_size}; " \ - "bootm $loadaddr $loadaddr $fdtaddr;\0" + "bootm ${loadaddr}#${fdtfile};\0 " #ifdef CONFIG_OMAP54XX |