diff options
Diffstat (limited to 'roms/u-boot/configs/qemu-riscv64_spl_defconfig')
-rw-r--r-- | roms/u-boot/configs/qemu-riscv64_spl_defconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/roms/u-boot/configs/qemu-riscv64_spl_defconfig b/roms/u-boot/configs/qemu-riscv64_spl_defconfig new file mode 100644 index 000000000..78cfc410a --- /dev/null +++ b/roms/u-boot/configs/qemu-riscv64_spl_defconfig @@ -0,0 +1,17 @@ +CONFIG_RISCV=y +CONFIG_NR_DRAM_BANKS=1 +CONFIG_ENV_SIZE=0x20000 +CONFIG_DEFAULT_DEVICE_TREE="qemu-virt" +CONFIG_SPL=y +CONFIG_TARGET_QEMU_VIRT=y +CONFIG_ARCH_RV64I=y +CONFIG_RISCV_SMODE=y +CONFIG_DISTRO_DEFAULTS=y +CONFIG_FIT=y +CONFIG_SPL_LOAD_FIT_ADDRESS=0x80200000 +CONFIG_DISPLAY_CPUINFO=y +CONFIG_DISPLAY_BOARDINFO=y +# CONFIG_CMD_MII is not set +CONFIG_OF_PRIOR_STAGE=y +CONFIG_SYS_RELOC_GD_ENV_ADDR=y +CONFIG_DM_MTD=y |