summaryrefslogtreecommitdiff
path: root/env
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 10:03:50 -0500
committerTom Rini <trini@konsulko.com>2022-12-23 10:09:42 -0500
commit0613c36a7a5973d58a50b764ee647099e80cc97d (patch)
tree0077e539fdd54654a1d401fd845e196e704d9509 /env
parentfb55ac2cfe017b5f83d97f25e3ed2ceaa9946405 (diff)
global: Migrate CONFIG_EXTRA_ENV_SETTINGS to CFG
Perform a simple rename of CONFIG_EXTRA_ENV_SETTINGS to CFG_EXTRA_ENV_SETTINGS Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'env')
-rw-r--r--env/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/env/Kconfig b/env/Kconfig
index 7ca992aa1d..f73f0b8bc0 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -19,7 +19,7 @@ config ENV_SOURCE_FILE
If this CONFIG is empty, U-Boot uses CONFIG SYS_BOARD as a default, if
the file board/<vendor>/<board>/<SYS_BOARD>.env exists. Otherwise the
environment is assumed to come from the ad-hoc
- CONFIG_EXTRA_ENV_SETTINGS #define
+ CFG_EXTRA_ENV_SETTINGS #define
config SAVEENV
def_bool y if CMD_SAVEENV
@@ -657,7 +657,7 @@ config USE_DEFAULT_ENV_FILE
help
Normally, the default environment is automatically generated
based on the settings of various CONFIG_* options, as well
- as the CONFIG_EXTRA_ENV_SETTINGS. By selecting this option,
+ as the CFG_EXTRA_ENV_SETTINGS. By selecting this option,
you can instead define the entire default environment in an
external file.