From 3084768a1de4cf0a4386e9152c27a96f1201139e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 11 May 2021 20:54:38 -0700 Subject: [PATCH] linux-starfive: Enable stmmac.chain_mode and earlycon stmmac.chain_mode=1 is needed for ethernet to work earlycon for more verbose msgs on console 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 5dbb41d..4b598a2 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 console=ttyS0,115200" +CONFIG_CMDLINE="earlycon root=/dev/mmcblk0p2 rootwait console=ttyS0,115200 stmmac.chain_mode=1" # CONFIG_INITRAMFS_FORCE is not set # CONFIG_CMDLINE_FALLBACK is not set CONFIG_CMDLINE_FORCE=y