From: Łukasz Stelmach Date: Tue, 8 Aug 2023 17:26:48 +0000 (+0200) Subject: configs: Align QEMU config with VF2 X-Git-Tag: accepted/tizen/unified/riscv/20230821.130836~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=361a32d9727d30e4d2b00f824c6e9d0016adc1ea;p=platform%2Fkernel%2Fu-boot.git configs: Align QEMU config with VF2 Adjust platform independent configuration options in S-Mode QEMU defconfig to match the configuration for VF2. Change-Id: I1ed1a813e60a470955fba89fbaf5e7c16c9ad159 Signed-off-by: Łukasz Stelmach --- diff --git a/configs/tizen_qemu-riscv64_smode_defconfig b/configs/tizen_qemu-riscv64_smode_defconfig index 054a5053e7..fb285190f0 100644 --- a/configs/tizen_qemu-riscv64_smode_defconfig +++ b/configs/tizen_qemu-riscv64_smode_defconfig @@ -19,11 +19,13 @@ CONFIG_DISPLAY_BOARDINFO=y CONFIG_SYS_CBSIZE=256 CONFIG_SYS_PBSIZE=276 CONFIG_SYS_BOOTM_LEN=0x4000000 -CONFIG_CMD_BOOTEFI_SELFTEST=y -CONFIG_CMD_NVEDIT_EFI=y +CONFIG_CMD_MEMINFO=y +CONFIG_CMD_TFTPPUT=y # CONFIG_CMD_MII is not set CONFIG_ENV_IS_IN_FAT=y CONFIG_ENV_FAT_DEVICE_AND_PART="1:3" CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_DM_MTD=y CONFIG_SYS_MAX_FLASH_BANKS=2 +CONFIG_DM_RESET=y +CONFIG_OF_LIBFDT_OVERLAY=y