projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c41958
)
env: Allow VPL environment to be nowhere
author
Simon Glass
<sjg@chromium.org>
Wed, 22 Feb 2023 16:34:00 +0000
(09:34 -0700)
committer
Tom Rini
<trini@konsulko.com>
Thu, 2 Mar 2023 22:45:58 +0000
(17:45 -0500)
Add an option to put the VPL environment nowhere (not in storage).
Signed-off-by: Simon Glass <sjg@chromium.org>
env/Kconfig
patch
|
blob
|
history
diff --git
a/env/Kconfig
b/env/Kconfig
index 6e24eee55f24d0d45917c4c557725e50e13806e7..2bbe4c466a6d53126306ba97f3b0e22e1f0ff528 100644
(file)
--- 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