include/configs: Remove rootwait=1 to all the affected boards
authorMichael Trimarchi <michael@amarulasolutions.com>
Sun, 22 May 2022 13:22:08 +0000 (15:22 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2022 22:01:21 +0000 (18:01 -0400)
commit98303ce73d7a14b8019824e7c7912a223e4a6207
tree5dd55fb17ca8629dbde6c6c5c5671582e4e7406e
parente5e04eaa2f1cb4dc37a12551018a00a18cab19de
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>
include/configs/am335x_evm.h
include/configs/am43xx_evm.h
include/configs/baltos.h
include/configs/chiliboard.h
include/configs/etamin.h
include/configs/imx8mn_bsh_smm_s2.h
include/configs/siemens-am33x-common.h
include/configs/ti_armv7_keystone2.h
include/environment/ti/nand.h