diff options
author | Marek Vasut <marex@denx.de> | 2020-05-22 01:10:14 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-25 11:54:53 -0400 |
commit | 3ec46991d71aa4772aeeafbce116c56ad8670fba (patch) | |
tree | 75e7c5b7adf4ffcb95ba779f47a2e1a2d694d5ec /env | |
parent | 2aca8804d8d5f84d2d661e76e8d232c5c12445b5 (diff) | |
download | u-boot-3ec46991d71aa4772aeeafbce116c56ad8670fba.zip u-boot-3ec46991d71aa4772aeeafbce116c56ad8670fba.tar.gz u-boot-3ec46991d71aa4772aeeafbce116c56ad8670fba.tar.bz2 |
env: Convert ENV_ACCESS_IGNORE_FORCE to Kconfig
Convert ENV_ACCESS_IGNORE_FORCE to Kconfig, no functional change.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'env')
-rw-r--r-- | env/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/env/Kconfig b/env/Kconfig index ed94e83..ca7fef6 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -604,6 +604,13 @@ config DELAY_ENVIRONMENT later by U-Boot code. With CONFIG_OF_CONTROL this is instead controlled by the value of /config/load-environment. +config ENV_ACCESS_IGNORE_FORCE + bool "Block forced environment operations" + default n + help + If defined, don't allow the -f switch to env set override variable + access flags. + if SPL_ENV_SUPPORT config SPL_ENV_IS_NOWHERE bool "SPL Environment is not stored" |