mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-17 20:52:40 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user