summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2014-06-02 10:45:38 +0530
committerTom Rini <trini@ti.com>2014-06-06 17:46:15 -0400
commitfa03834fdf62eb40bc2d47c0e4289d6c250cb148 (patch)
tree2c30da78ee63582c1472a74cd136dea1238660eb /include
parent0970051d13501c150841d7f6f0ecc7372ef619fd (diff)
downloadblackbird-obmc-uboot-fa03834fdf62eb40bc2d47c0e4289d6c250cb148.tar.gz
blackbird-obmc-uboot-fa03834fdf62eb40bc2d47c0e4289d6c250cb148.zip
ARM: AM43xx: Fix mmcboot command in EXTRA_ENV_SETTINGS
loadbootenv expects devtype variable to be set. This is missing in mmcboot command. With this the following error comes: U-Boot# run mmcboot mmc0 is current device SD/MMC found on device 0 ** Bad device usb 0 ** ** Bad device usb 0 ** Fixing this by setting devtype as mmc. Reported-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/am43xx_evm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h
index 8473b0bf5a..8359621247 100644
--- a/include/configs/am43xx_evm.h
+++ b/include/configs/am43xx_evm.h
@@ -179,6 +179,7 @@
"loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}\0" \
"mmcboot=mmc dev ${mmcdev}; " \
"setenv devnum ${mmcdev}; " \
+ "setenv devtype mmc; " \
"if mmc rescan; then " \
"echo SD/MMC found on device ${devnum};" \
"if run loadbootenv; then " \
OpenPOWER on IntegriCloud