From 53757c4a19e71cecc038487d2762bd7e1ccb3b3d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 7 May 2021 08:30:11 -0700 Subject: [PATCH] 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 --- recipes-kernel/linux/linux-starfive/extra.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-starfive/extra.cfg b/recipes-kernel/linux/linux-starfive/extra.cfg index 7d06542..52b06ec 100644 --- a/recipes-kernel/linux/linux-starfive/extra.cfg +++ b/recipes-kernel/linux/linux-starfive/extra.cfg @@ -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