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 <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2021-05-11 20:54:38 -07:00
parent 4d48df9c05
commit 3084768a1d

View File

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