summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-07-27 09:25:53 -0400
committerTom Rini <trini@konsulko.com>2020-07-27 09:25:53 -0400
commit3773028fced4795d52f02b387496395ec387f3bb (patch)
treeab11a71616bc9d5534d4b633520819c1b9be8b9c /cmd/Kconfig
parentada61f1ee2a4eaa1b29d699b5ba940483171df8a (diff)
parent5d4f7b4e2a1a2df459172ec95cbcdd6373dd707a (diff)
Merge branch '2020-07-27-misc-env-improvements'
- Assorted environment fixes. - Enhance environment in MMC and controlled via OF_CONTROL - Allow for environment in FAT to use the same device we boot from rather than be hard-coded.
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index bfe6c163dc..e2b0a4fbc0 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -601,6 +601,7 @@ config CMD_NVEDIT_INFO
This command can be optionally used for evaluation in scripts:
[-d] : evaluate whether default environment is used
[-p] : evaluate whether environment can be persisted
+ [-q] : quiet output
The result of multiple evaluations will be combined with AND.
endmenu