uboot-omap: add 'rootwait' to the kernel cmdline

Some SD cards take a while to get detected, fix booting of those.

Signed-off-by: Andre Heider <a.heider@gmail.com>
v19.07.3_mercusys_ac12_duma
Andre Heider 5 years ago committed by Alexander Couzens
parent d5829f4183
commit 4b403821c6
No known key found for this signature in database
GPG Key ID: C29E9DA6A0DF8604

@ -5,4 +5,4 @@ fdtdir=/dtbs
uenvcmd=run loadfdt; run loadimage; run uenvbootargs ; bootz ${loadaddr} - ${fdtaddr}
loadfdt=load mmc ${bootpart} ${fdtaddr} ${fdtdir}/${fdtfile}
devtype=mmc
uenvbootargs=setenv bootargs console=${console} root=/dev/mmcblk0p2
uenvbootargs=setenv bootargs console=${console} root=/dev/mmcblk0p2 rootwait

Loading…
Cancel
Save