mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-03 23:34:40 +02:00
linux-starfive: Drop rootdelay=3 from kernel cmdline
I am seeing this issue with 3s delay and also with 10s delay so there is something else going on, it locks hard when it does. Interestingly reseting with button on board then reboots it fine. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CONFIG_CMDLINE="root=/dev/mmcblk0p2 rootwait rootdelay=3 console=ttyS0,115200"
|
||||
CONFIG_CMDLINE="root=/dev/mmcblk0p2 rootwait console=ttyS0,115200"
|
||||
# CONFIG_INITRAMFS_FORCE is not set
|
||||
# CONFIG_CMDLINE_FALLBACK is not set
|
||||
CONFIG_CMDLINE_FORCE=y
|
||||
|
||||
Reference in New Issue
Block a user