[PATCH v5 19/44] env: Allow VPL environment to be nowhere
Simon Glass
sjg at chromium.org
Wed Feb 22 17:34:00 CET 2023
Add an option to put the VPL environment nowhere (not in storage).
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
env/Kconfig | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/env/Kconfig b/env/Kconfig
index 6e24eee55f2..2bbe4c466a6 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
--
2.39.2.637.g21b0678d19-goog
More information about the U-Boot
mailing list