summaryrefslogtreecommitdiff
path: root/configs/am65x_evm_a53_defconfig
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2025-06-09 21:26:37 +0200
committerTom Rini <[email protected]>2025-06-20 12:15:08 -0600
commit5fb88fa725d6d4f6d358e86613a14cde01426692 (patch)
tree8bab2c1b25162a7dae1ff385cd072bb1fd2d98c6 /configs/am65x_evm_a53_defconfig
parent0fd9a3480a024a39da00b502af1406418378a27e (diff)
env: Rename SYS_REDUNDAND_ENVIRONMENT to ENV_REDUNDANT
Rename the variable and add ENV_ prefix, so that all configuration options which are related to environment would have an CONFIG_ENV_ prefix. No functional change. Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'configs/am65x_evm_a53_defconfig')
-rw-r--r--configs/am65x_evm_a53_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/am65x_evm_a53_defconfig b/configs/am65x_evm_a53_defconfig
index a41f67a43fe..4ee406b8347 100644
--- a/configs/am65x_evm_a53_defconfig
+++ b/configs/am65x_evm_a53_defconfig
@@ -72,7 +72,7 @@ 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_ENV_REDUNDANT=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_SYS_MMC_ENV_PART=1
CONFIG_NET_RANDOM_ETHADDR=y