From 554e5514ac00f204282c4a2376ae65935d104e60 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 10 Aug 2020 15:31:07 -0400 Subject: configs: Resync with savedefconfig Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini --- configs/qemu-riscv64_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/qemu-riscv64_defconfig') diff --git a/configs/qemu-riscv64_defconfig b/configs/qemu-riscv64_defconfig index d1949ad145..daf5d655d0 100644 --- a/configs/qemu-riscv64_defconfig +++ b/configs/qemu-riscv64_defconfig @@ -1,6 +1,6 @@ CONFIG_RISCV=y -CONFIG_ENV_SIZE=0x20000 CONFIG_NR_DRAM_BANKS=1 +CONFIG_ENV_SIZE=0x20000 CONFIG_TARGET_QEMU_VIRT=y CONFIG_ARCH_RV64I=y CONFIG_DISTRO_DEFAULTS=y -- cgit