Files
meta-riscv/recipes-kernel/linux/linux-starfive/extra.cfg
Khem Raj 8b05ff2630 linux-starfive: Switch back to starfive_vic7100_evb_sd_net_defconfig
The real problem is that we can not boot kernel compiled with
-Os/gcc-11, once we disable CONFIG_CC_OPTIMIZE_FOR_SIZE, original
defconfig boots fine. Since its smaller in size and does not enable
ton of modules like the fedora config, lets switch back to this

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-11 17:04:45 -07:00

7 lines
194 B
INI

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
CONFIG_CC_OPTIMIZE_FOR_SIZE=n