summaryrefslogtreecommitdiff
path: root/env/Kconfig
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2023-02-03 15:22:51 +0300
committerTom Rini <trini@konsulko.com>2023-02-10 19:24:08 +0300
commit5ab81058364b5e49bdc6f530368d49e94dfcb960 (patch)
tree6a8d68acebd4fae2d3bf1276da5cba5d9309c32a /env/Kconfig
parent01065043ad9deec894dcd76b1ac44eb9e502f6e0 (diff)
downloadu-boot-5ab81058364b5e49bdc6f530368d49e94dfcb960.tar.xz
env: Complete generic support for writable list
This completes what 890feecaab72 started by selecting ENV_APPEND and loading the default env before any other sources. This ensures that load operations pick up all non-writable vars from the default env and only permitted parts from other locations according to the regular priorities. With this change, boards only need to define the list of writable variables but no longer have to provide a custom env_get_location implementation. CC: Joe Hershberger <joe.hershberger@ni.com> CC: Marek Vasut <marex@denx.de> CC: Stefan Herbrechtsmeier <stefan.herbrechtsmeier-oss@weidmueller.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'env/Kconfig')
-rw-r--r--env/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/env/Kconfig b/env/Kconfig
index c409ea71fe..6e24eee55f 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -733,6 +733,7 @@ config ENV_APPEND
config ENV_WRITEABLE_LIST
bool "Permit write access only to listed variables"
+ select ENV_APPEND
help
If defined, only environment variables which explicitly set the 'w'
writeable flag can be written and modified at runtime. No variables