From: Łukasz Stelmach Date: Tue, 8 Aug 2023 16:08:27 +0000 (+0200) Subject: configs: Enable environment configs for QEMU X-Git-Tag: accepted/tizen/unified/20231106.171643~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d04cb6a6296e447cb1cf4789a08c5a96fc30b6cc;p=platform%2Fkernel%2Fu-boot.git configs: Enable environment configs for QEMU Enable environment configs to use uboot.env file in FAT filesystem. Change-Id: Ic19ac7e6552700038e35ba93f4d3c0736ec00776 Signed-off-by: Łukasz Stelmach --- diff --git a/configs/tizen_qemu-riscv64_smode_defconfig b/configs/tizen_qemu-riscv64_smode_defconfig index 246947e6ca..054a5053e7 100644 --- a/configs/tizen_qemu-riscv64_smode_defconfig +++ b/configs/tizen_qemu-riscv64_smode_defconfig @@ -22,6 +22,8 @@ CONFIG_SYS_BOOTM_LEN=0x4000000 CONFIG_CMD_BOOTEFI_SELFTEST=y CONFIG_CMD_NVEDIT_EFI=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