summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorDerald D. Woods <woods.technical@gmail.com>2016-02-08 02:54:47 (GMT)
committerTom Rini <trini@konsulko.com>2016-02-15 17:04:44 (GMT)
commit45776e36ecb31272b672bf38f099fdf4f277766e (patch)
tree839de7abdea23020cdbd7c40952bc63ce843bc1e /board
parent823ecd72bb08344acc7d076ba13864eb0e18ba61 (diff)
downloadu-boot-fsl-qoriq-45776e36ecb31272b672bf38f099fdf4f277766e.tar.xz
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>
Diffstat (limited to 'board')
0 files changed, 0 insertions, 0 deletions