diff options
author | Tom Rini | 2023-03-27 13:39:17 -0400 |
---|---|---|
committer | Tom Rini | 2023-03-27 13:39:17 -0400 |
commit | c358af81d0df0ba5eadda585577425345dae55ed (patch) | |
tree | 63a144be8f4dfbf4322a910869f2d2c1def2aff9 /configs/qemu-riscv64_spl_defconfig | |
parent | aba0eb5b94089757fe5382bf75bc3902b8ce24cf (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/qemu-riscv64_spl_defconfig')
-rw-r--r-- | configs/qemu-riscv64_spl_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/qemu-riscv64_spl_defconfig b/configs/qemu-riscv64_spl_defconfig index 1b4300321db..9c8eb1557dd 100644 --- a/configs/qemu-riscv64_spl_defconfig +++ b/configs/qemu-riscv64_spl_defconfig @@ -10,10 +10,10 @@ CONFIG_SYS_LOAD_ADDR=0x80200000 CONFIG_TARGET_QEMU_VIRT=y CONFIG_ARCH_RV64I=y CONFIG_RISCV_SMODE=y -CONFIG_DISTRO_DEFAULTS=y CONFIG_STANDALONE_LOAD_ADDR=0x80200000 CONFIG_FIT=y CONFIG_SPL_LOAD_FIT_ADDRESS=0x80200000 +CONFIG_DISTRO_DEFAULTS=y CONFIG_DISPLAY_CPUINFO=y CONFIG_DISPLAY_BOARDINFO=y CONFIG_SPL_MAX_SIZE=0x100000 |