diff options
author | Genevieve Chan <genevieve.chan@starfivetech.com> | 2022-12-15 10:37:21 +0300 |
---|---|---|
committer | Ley Foon Tan <leyfoon.tan@starfivetech.com> | 2023-12-04 06:00:13 +0300 |
commit | 88316413b20cf93a0a8d24c4e13882af22f6d451 (patch) | |
tree | b776638af5e78f39153637d1dd19096e61a53a4b | |
parent | 08a458a205b1b77f1b8176c62c9bf1a9da7eb7d2 (diff) | |
download | linux-88316413b20cf93a0a8d24c4e13882af22f6d451.tar.xz |
riscv: configs: Dubhe: Add configs for initramfs source
The Dubhe ace_20221130 bitfile does not support GMAC. This patch
re-enabled booting kernel through initramfs source "rootfs.cpio"
Signed-off-by: Genevieve Chan <genevieve.chan@starfivetech.com>
-rw-r--r-- | arch/riscv/configs/starfive_dubhe_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/riscv/configs/starfive_dubhe_defconfig b/arch/riscv/configs/starfive_dubhe_defconfig index fb3cff7fdeba..60e7abe2ed03 100644 --- a/arch/riscv/configs/starfive_dubhe_defconfig +++ b/arch/riscv/configs/starfive_dubhe_defconfig @@ -13,6 +13,8 @@ CONFIG_CGROUP_BPF=y CONFIG_NAMESPACES=y CONFIG_USER_NS=y CONFIG_CHECKPOINT_RESTORE=y +CONFIG_BLK_DEV_INITRD=y +CONFIG_INITRAMFS_SOURCE="rootfs.cpio" CONFIG_EXPERT=y CONFIG_KALLSYMS_ALL=y CONFIG_PERF_EVENTS=y |