commit | 2110c4bff9a711edc6cfeeaefb4722172a922c87 | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Mon Jun 02 10:45:38 2014 +0530 |
committer | Tom Rini <trini@ti.com> | Fri Jun 06 17:46:15 2014 -0400 |
tree | 2c30da78ee63582c1472a74cd136dea1238660eb | |
parent | a22b9a56fbcf3326832c6b7da30fb7965576fbc4 [diff] |
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>