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>
This commit is contained in:
Andre Heider
2019-01-31 11:12:25 +01:00
committed by Alexander Couzens
parent d5829f4183
commit 4b403821c6

View File

@@ -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