summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAsh Charles <ashcharles@gmail.com>2016-05-05 11:58:06 -0700
committerTom Rini <trini@konsulko.com>2016-05-05 21:32:18 -0400
commitea948590a3e0bd08021f110db9784a6d201ea810 (patch)
tree58a23cac3e6bb009e42a3857a0ca9e8a4beae4ef /include
parentbbca7108db79076d3a9a9c112792d7c4608a665c (diff)
downloadtalos-obmc-uboot-ea948590a3e0bd08021f110db9784a6d201ea810.tar.gz
talos-obmc-uboot-ea948590a3e0bd08021f110db9784a6d201ea810.zip
omap4: load files for legacy boot
Be sure to load the zImage and fdtfile prior to actually booting in case we are doing a legacy boot. Signed-off-by: Ash Charles <ashcharles@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ti_omap4_common.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/ti_omap4_common.h b/include/configs/ti_omap4_common.h
index 586d84886e..5fad3c1242 100644
--- a/include/configs/ti_omap4_common.h
+++ b/include/configs/ti_omap4_common.h
@@ -122,7 +122,10 @@
"loaduimage=load mmc ${mmcdev} ${loadaddr} uImage\0" \
"mmcboot=echo Booting from mmc${mmcdev} ...; " \
"run args_mmc; " \
- "bootz ${loadaddr} - ${fdtaddr}\0" \
+ "if run loadimage; then " \
+ "run loadfdt; " \
+ "bootz ${loadaddr} - ${fdtaddr}; " \
+ "fi;\0" \
"uimageboot=echo Booting from mmc${mmcdev} ...; " \
"run args_mmc; " \
"bootm ${loadaddr}\0" \
OpenPOWER on IntegriCloud