summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Heider2019-01-31 10:12:25 +0000
committerAlexander Couzens2019-01-31 13:07:00 +0000
commit4b403821c6e79db8cce2da3b7c7cb82b5934c44e (patch)
treecabe018471df8c8ea5a01eab5fa9fc938b3af3dc
parentd5829f41839e0a150e1d970661190f2a50a0b998 (diff)
downloadopenwrt-4b403821c6e79db8cce2da3b7c7cb82b5934c44e.tar.gz
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>
-rw-r--r--package/boot/uboot-omap/files/uEnv-default.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-omap/files/uEnv-default.txt b/package/boot/uboot-omap/files/uEnv-default.txt
index 3584e4379b..8dc80e7b09 100644
--- a/package/boot/uboot-omap/files/uEnv-default.txt
+++ b/package/boot/uboot-omap/files/uEnv-default.txt
@@ -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