diff options
| author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2025-06-09 21:26:38 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-06-20 12:15:08 -0600 |
| commit | 123682c7651d187113455cb01d396825c08619c4 (patch) | |
| tree | 8de7c1a859961fcadb3593fc9149464fbfa6c7ea /configs/nanopi-r4s-rk3399_defconfig | |
| parent | 5fb88fa725d6d4f6d358e86613a14cde01426692 (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/nanopi-r4s-rk3399_defconfig')
| -rw-r--r-- | configs/nanopi-r4s-rk3399_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/nanopi-r4s-rk3399_defconfig b/configs/nanopi-r4s-rk3399_defconfig index 100b68bb49e..337097f2715 100644 --- a/configs/nanopi-r4s-rk3399_defconfig +++ b/configs/nanopi-r4s-rk3399_defconfig @@ -28,7 +28,7 @@ CONFIG_CMD_TIME=y CONFIG_SPL_OF_CONTROL=y CONFIG_OF_SPL_REMOVE_PROPS="clock-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents" CONFIG_ENV_IS_IN_MMC=y -CONFIG_SYS_RELOC_GD_ENV_ADDR=y +CONFIG_ENV_RELOC_GD_ENV_ADDR=y CONFIG_ROCKCHIP_GPIO=y CONFIG_SYS_I2C_ROCKCHIP=y CONFIG_MMC_DW=y |
