summaryrefslogtreecommitdiff
path: root/configs/j721s2_evm_a72_defconfig
diff options
context:
space:
mode:
authorSinthu Raja <sinthu.raja@ti.com>2023-01-10 21:17:49 +0530
committerTom Rini <trini@konsulko.com>2023-01-27 12:51:26 -0500
commit76361af76cf2addf903fe8a0ab139134b0cddfc2 (patch)
tree2c78464e8ce6955662b0a808ab37c8457e1ca378 /configs/j721s2_evm_a72_defconfig
parent7b6e7270c06ba0a8e06c595e120308464e343907 (diff)
configs: j721s2_evm: Enable configs to store env in MMC FAT partition
J721S2 EVM used to store env on eMMC, since EVM and SK uses same defconfig and there is no eMMC on SK, we need to keep env in an interface which available on both EVM and SK. So, save env in FAT partition of MMC SD Card. Enable defconfigs relevant for storing env on FAT partition of MMC. Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
Diffstat (limited to 'configs/j721s2_evm_a72_defconfig')
-rw-r--r--configs/j721s2_evm_a72_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/j721s2_evm_a72_defconfig b/configs/j721s2_evm_a72_defconfig
index 9c40730d21..84b4fb0831 100644
--- a/configs/j721s2_evm_a72_defconfig
+++ b/configs/j721s2_evm_a72_defconfig
@@ -92,7 +92,8 @@ CONFIG_SPL_MULTI_DTB_FIT=y
CONFIG_OF_LIST="k3-j721s2-common-proc-board k3-am68-sk-base-board"
CONFIG_SPL_MULTI_DTB_FIT_NO_COMPRESSION=y
CONFIG_ENV_OVERWRITE=y
-CONFIG_ENV_IS_IN_MMC=y
+CONFIG_ENV_IS_IN_FAT=y
+CONFIG_ENV_FAT_DEVICE_AND_PART="1:1"
CONFIG_SYS_REDUNDAND_ENVIRONMENT=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_NET_RANDOM_ETHADDR=y