mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 07:31:15 +00:00
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>
This commit is contained in:
parent
1c419582f6
commit
40aa82d0eb
1 changed files with 10 additions and 0 deletions
10
env/Kconfig
vendored
10
env/Kconfig
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue