OMAP3: am3517_evm: SD/MMC boot with uEnv.txt, zImage, and FDT
authorDerald D. Woods <woods.technical@gmail.com>
Mon, 8 Feb 2016 02:54:47 +0000 (20:54 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 15 Feb 2016 17:04:44 +0000 (12:04 -0500)
commit45776e36ecb31272b672bf38f099fdf4f277766e
tree839de7abdea23020cdbd7c40952bc63ce843bc1e
parent823ecd72bb08344acc7d076ba13864eb0e18ba61
OMAP3: am3517_evm: SD/MMC boot with uEnv.txt, zImage, and FDT

Boot with the Linux zImage and am3517-evm.dtb pair, when SD/MMC media
is present. This behavior can be overridden by creating a 'uEnv.txt'
file with 'uenvcmd' defined.

To boot an existing 'uImage', create the following 'uEnv.txt':

[start]-----------------------------------------------------------------

loaduimage=fatload mmc 0:1 ${loadaddr} ${bootfile}
uenvcmd=run loaduimage; run mmcargs; bootm ${loadaddr}

[end]-------------------------------------------------------------------

Inspired by similar patches, for other OMAP3 boards, from EEWiki
- https://github.com/eewiki/u-boot-patches/tree/master/v2016.01

Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/configs/am3517_evm.h