1
0
Fork 0

Don't try to switch mmc device before attempting to boot from RAM

utp
Martin T. H. Sandsmark 2016-10-19 10:37:13 +02:00
parent b9ce469ea9
commit ec02022b87
1 changed files with 1 additions and 1 deletions

View File

@ -82,8 +82,8 @@
"bootz ${loadaddr} ${initrd} ${fdt_addr};\0" \
#define CONFIG_BOOTCOMMAND \
"mmc dev ${mmcdev}; " \
"run memboot; " \
"mmc dev ${mmcdev}; " \
"if mmc rescan; then " \
"if run loadimage; then " \
"run mmcboot; " \