summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVignesh Raghavendra <vigneshr@ti.com>2023-10-18 14:08:03 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2023-10-18 09:35:24 -0500
commit5350a860b9579f6583bd1c589fb5a64fd340e112 (patch)
tree735010c9540be15d16b9adf164c53ecc1067bc2f
parent3978119ef836d2390fc2645d56f2286aa6542e0e (diff)
configs: am65x_evm_a53_defconfig: Drop ENV_IS_IN_MMC
Similar to other K3 platforms, drop specifying source of env to avoid picking up stale env. This enables proper FitImage boot on HS-SE devices which used to fail due to stale env from older releases. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
-rw-r--r--configs/am65x_evm_a53_defconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig
index e8fe1801a3..c10b2c34af 100644
--- a/configs/am65x_evm_a53_defconfig
+++ b/configs/am65x_evm_a53_defconfig
@@ -82,11 +82,6 @@ CONFIG_OF_CONTROL=y
CONFIG_SPL_OF_CONTROL=y
CONFIG_SPL_MULTI_DTB_FIT=y
CONFIG_SPL_MULTI_DTB_FIT_NO_COMPRESSION=y
-CONFIG_ENV_OVERWRITE=y
-CONFIG_ENV_IS_IN_MMC=y
-CONFIG_SYS_REDUNDAND_ENVIRONMENT=y
-CONFIG_SYS_RELOC_GD_ENV_ADDR=y
-CONFIG_SYS_MMC_ENV_PART=1
CONFIG_NET_RANDOM_ETHADDR=y
CONFIG_SPL_DM=y
CONFIG_SPL_DM_SEQ_ALIAS=y