summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-04-08 08:27:50 -0400
committerTom Rini <[email protected]>2022-04-08 08:27:50 -0400
commit03a8a797e5dccaffe172d3b5224bc3c3fcd304d6 (patch)
tree86204244c902ae70775c787d23427da8961f77d1 /cmd/Kconfig
parent545eceb52062cdc995c45b9581174b7ae66b0e6f (diff)
parent6910dbe3413e684bff9a194945df60345ecbc623 (diff)
Merge branch '2022-04-08-env-updates'
- Assorted env tooling updates - Bug fix around multiple possible env locations and ENV_IS_NOWHERE - Add 'indirect' sub-command to env - Allow for FAT env to have the location overridden by the board code.
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 7bd95466131..c5eb71cea6c 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -518,6 +518,9 @@ config CMD_NVEDIT_EFI
If enabled, we are allowed to set/print UEFI variables using
"env" command with "-e" option without knowing details.
+config CMD_NVEDIT_INDIRECT
+ bool "env indirect - Sets environment value from another"
+
config CMD_NVEDIT_INFO
bool "env info - print or evaluate environment information"
help