summaryrefslogtreecommitdiff
path: root/configs/mvebu_espressobin_ultra-88f3720_defconfig
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2025-06-09 21:26:38 +0200
committerTom Rini <trini@konsulko.com>2025-06-20 12:15:08 -0600
commit123682c7651d187113455cb01d396825c08619c4 (patch)
tree8de7c1a859961fcadb3593fc9149464fbfa6c7ea /configs/mvebu_espressobin_ultra-88f3720_defconfig
parent5fb88fa725d6d4f6d358e86613a14cde01426692 (diff)
env: Rename SYS_RELOC_GD_ENV_ADDR to ENV_RELOC_GD_ENV_ADDR
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. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'configs/mvebu_espressobin_ultra-88f3720_defconfig')
-rw-r--r--configs/mvebu_espressobin_ultra-88f3720_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mvebu_espressobin_ultra-88f3720_defconfig b/configs/mvebu_espressobin_ultra-88f3720_defconfig
index fb8efbdf0b9..9db3b15a8c8 100644
--- a/configs/mvebu_espressobin_ultra-88f3720_defconfig
+++ b/configs/mvebu_espressobin_ultra-88f3720_defconfig
@@ -48,7 +48,7 @@ CONFIG_MAC_PARTITION=y
CONFIG_OF_UPSTREAM=y
CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_IS_IN_SPI_FLASH=y
-CONFIG_SYS_RELOC_GD_ENV_ADDR=y
+CONFIG_ENV_RELOC_GD_ENV_ADDR=y
CONFIG_ARP_TIMEOUT=200
CONFIG_NET_RETRY_COUNT=50
CONFIG_NET_RANDOM_ETHADDR=y