X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=configs%2Fqemu-riscv32_spl_defconfig;h=000c74d5b51c45afe3047970a1b5ae2ab2cc029d;hb=c522949a29d44d728517cc2579ed719747da3e5d;hp=78e755b36ada0cbedead355d6e2737bfba255fa0;hpb=e456a81935aafcecc8e53a7cd35efe9267781041;p=oweals%2Fu-boot.git diff --git a/configs/qemu-riscv32_spl_defconfig b/configs/qemu-riscv32_spl_defconfig index 78e755b36a..000c74d5b5 100644 --- a/configs/qemu-riscv32_spl_defconfig +++ b/configs/qemu-riscv32_spl_defconfig @@ -1,4 +1,5 @@ CONFIG_RISCV=y +CONFIG_ENV_SIZE=0x20000 CONFIG_NR_DRAM_BANKS=1 CONFIG_SPL=y CONFIG_TARGET_QEMU_VIRT=y @@ -9,3 +10,5 @@ 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