From 7954c8e473f1275a88a1fc6e7d20e0c1365dbee6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Stelmach?= Date: Tue, 8 Aug 2023 19:26:48 +0200 Subject: [PATCH] configs: Align QEMU config with VF2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Adjust platform independent configuration options in S-Mode QEMU defconfig to match the configuration for VF2. Change-Id: I1ed1a813e60a470955fba89fbaf5e7c16c9ad159 Signed-off-by: Łukasz Stelmach --- configs/tizen_qemu-riscv64_smode_defconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configs/tizen_qemu-riscv64_smode_defconfig b/configs/tizen_qemu-riscv64_smode_defconfig index 054a505..fb28519 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 -- 2.7.4