configs: Align QEMU config with VF2
authorŁukasz Stelmach <l.stelmach@samsung.com>
Tue, 8 Aug 2023 17:26:48 +0000 (19:26 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 17 Oct 2023 11:02:46 +0000 (20:02 +0900)
Adjust platform independent configuration options in S-Mode QEMU defconfig
to match the configuration for VF2.

Change-Id: I1ed1a813e60a470955fba89fbaf5e7c16c9ad159
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
configs/tizen_qemu-riscv64_smode_defconfig

index 054a505..fb28519 100644 (file)
@@ -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