summaryrefslogtreecommitdiff
path: root/env/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-22 09:34:00 -0700
committerTom Rini <trini@konsulko.com>2023-03-02 17:45:58 -0500
commit40aa82d0ebabc5471ddebbda4f8536f99cc864dc (patch)
treeab797fa0e8bc2238a461ef6d2eb882086ea0c5f4 /env/Kconfig
parent1c419582f6dbb38867c61c8fb01e9ab9d8531b46 (diff)
downloadu-boot-40aa82d0ebabc5471ddebbda4f8536f99cc864dc.tar.gz
env: Allow VPL environment to be nowhere
Add an option to put the VPL environment nowhere (not in storage). Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'env/Kconfig')
-rw-r--r--env/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/env/Kconfig b/env/Kconfig
index 6e24eee55f..2bbe4c466a 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -860,6 +860,16 @@ config TPL_ENV_IS_IN_FLASH
endif
+if VPL_ENV_SUPPORT
+
+config VPL_ENV_IS_NOWHERE
+ bool "VPL Environment is not stored"
+ default y if ENV_IS_NOWHERE
+ help
+ Similar to ENV_IS_NOWHERE, used for VPL environment.
+
+endif # VPL_ENV_SUPPORT
+
config USE_BOOTFILE
bool "Add a 'bootfile' environment variable"
help