diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-25 11:56:57 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-25 11:56:57 -0400 |
commit | 71f70cfcf4a79a58682596e6b7769fe6f8f0c4d1 (patch) | |
tree | 19a90e91b62dec0f1098a8585e795e9480792898 /env/Kconfig | |
parent | 9c5fef577494769e3ff07952a85f9b7125ef765b (diff) | |
parent | efc0644802a2c9c1747539e017562aabde1f54ec (diff) |
Merge branch '2020-05-25-misc-fixes'
- A few minor Kconfig migrations / corrections
- DFU doc fixes/improvements
- Bugfix for ARMv8, env userspace building, more NULL checks in generic
PHY code
Diffstat (limited to 'env/Kconfig')
-rw-r--r-- | env/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/env/Kconfig b/env/Kconfig index ed94e83ec1..ca7fef682b 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" |