aboutsummaryrefslogtreecommitdiff
path: root/include/configs/chiliboard.h
diff options
context:
space:
mode:
authorMichael Trimarchi <michael@amarulasolutions.com>2022-05-22 15:22:08 +0200
committerTom Rini <trini@konsulko.com>2022-06-06 18:01:21 -0400
commit98303ce73d7a14b8019824e7c7912a223e4a6207 (patch)
tree5dd55fb17ca8629dbde6c6c5c5671582e4e7406e /include/configs/chiliboard.h
parente5e04eaa2f1cb4dc37a12551018a00a18cab19de (diff)
downloadu-boot-98303ce73d7a14b8019824e7c7912a223e4a6207.zip
u-boot-98303ce73d7a14b8019824e7c7912a223e4a6207.tar.gz
u-boot-98303ce73d7a14b8019824e7c7912a223e4a6207.tar.bz2
include/configs: Remove rootwait=1 to all the affected boards
rootwait=1 is not a valid kernel boot parameters. According to the documenation is only rootwait rootwait [KNL] Wait (indefinitely) for root device to show up. Useful for devices that are detected asynchronously (e.g. USB and MMC devices). Fix: Unknown kernel command line parameters "rootwait=1", will be passed to user space. Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/chiliboard.h')
-rw-r--r--include/configs/chiliboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/chiliboard.h b/include/configs/chiliboard.h
index 82acda5..8bad0f9 100644
--- a/include/configs/chiliboard.h
+++ b/include/configs/chiliboard.h
@@ -20,7 +20,7 @@
"root=${nandroot} " \
"rootfstype=${nandrootfstype}\0" \
"nandroot=ubi0:rootfs rw ubi.mtd=NAND.file-system\0" \
- "nandrootfstype=ubifs rootwait=1\0" \
+ "nandrootfstype=ubifs rootwait\0" \
"nandboot=echo Booting from nand ...; " \
"run nandargs; " \
"nand read ${fdt_addr} NAND.u-boot-spl-os; " \