diff options
| author | Marek Vasut <[email protected]> | 2025-06-09 21:26:38 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-20 12:15:08 -0600 |
| commit | 123682c7651d187113455cb01d396825c08619c4 (patch) | |
| tree | 8de7c1a859961fcadb3593fc9149464fbfa6c7ea /env | |
| 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 <[email protected]>
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'env')
| -rw-r--r-- | env/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env/Kconfig b/env/Kconfig index 414db543b82..e551ffe45c3 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -686,7 +686,7 @@ config ENV_UBI_VID_OFFSET help UBI VID offset for environment. If 0, no custom VID offset is used. -config SYS_RELOC_GD_ENV_ADDR +config ENV_RELOC_GD_ENV_ADDR bool "Relocate gd->env_addr" help Relocate the early env_addr pointer so we know it is not inside |
