]> git.baikalelectronics.ru Git - uboot.git/commitdiff
env: Allow VPL environment to be nowhere
authorSimon Glass <sjg@chromium.org>
Wed, 22 Feb 2023 16:34:00 +0000 (09:34 -0700)
committerTom 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

index 6e24eee55f24d0d45917c4c557725e50e13806e7..2bbe4c466a6d53126306ba97f3b0e22e1f0ff528 100644 (file)
@@ -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