
Hello Michael,
On 22.05.22 15:22, Michael Trimarchi wrote:
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
Changes V1->V2:
- Add ti/nand.h
include/configs/am335x_evm.h | 2 +- include/configs/am43xx_evm.h | 2 +- include/configs/baltos.h | 2 +- include/configs/chiliboard.h | 2 +- include/configs/etamin.h | 2 +- include/configs/imx8mn_bsh_smm_s2.h | 2 +- include/configs/siemens-am33x-common.h | 4 ++-- include/configs/ti_armv7_keystone2.h | 2 +- include/environment/ti/nand.h | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-)
Reviewed-by: Heiko Schocher hs@denx.de
bye, Heiko