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:
Khem Raj
2021-05-07 08:30:11 -07:00
parent b2dc925caa
commit 53757c4a19

View File

@@ -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