]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: AM43xx: Fix mmcboot command in EXTRA_ENV_SETTINGS
authorLokesh Vutla <lokeshvutla@ti.com>
Mon, 2 Jun 2014 05:15:38 +0000 (10:45 +0530)
committerTom Rini <trini@ti.com>
Fri, 6 Jun 2014 21:46:15 +0000 (17:46 -0400)
commitfa03834fdf62eb40bc2d47c0e4289d6c250cb148
tree2c30da78ee63582c1472a74cd136dea1238660eb
parent0970051d13501c150841d7f6f0ecc7372ef619fd
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>
include/configs/am43xx_evm.h