summaryrefslogtreecommitdiff
path: root/configs/P1020RDB-PC_NAND_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/P1020RDB-PC_NAND_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/P1020RDB-PC_NAND_defconfig')
-rw-r--r--configs/P1020RDB-PC_NAND_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/P1020RDB-PC_NAND_defconfig b/configs/P1020RDB-PC_NAND_defconfig
index 3949c4d94d7..df94be4e3df 100644
--- a/configs/P1020RDB-PC_NAND_defconfig
+++ b/configs/P1020RDB-PC_NAND_defconfig
@@ -77,7 +77,7 @@ CONFIG_OF_CONTROL=y
CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_IS_IN_NAND=y
CONFIG_ENV_RANGE=0xc000
-CONFIG_SYS_RELOC_GD_ENV_ADDR=y
+CONFIG_ENV_RELOC_GD_ENV_ADDR=y
CONFIG_USE_BOOTFILE=y
CONFIG_BOOTFILE="uImage"
CONFIG_USE_ETHPRIME=y