projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22e04fa
)
common: Fix comment for saveenv in Kconfig
author
Joe Hershberger
<joe.hershberger@ni.com>
Mon, 22 Jun 2015 21:15:25 +0000
(16:15 -0500)
committer
Tom Rini
<trini@konsulko.com>
Thu, 25 Jun 2015 21:04:47 +0000
(17:04 -0400)
The help for this was simply copied from another command.
Update it to reflect the command.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
common/Kconfig
patch
|
blob
|
history
diff --git
a/common/Kconfig
b/common/Kconfig
index f6478fad0bab2ee0f9b1b8e288479432522f95eb..0ccdf62c1e7b30f6da96381aea36db3b33c53dd6 100644
(file)
--- a/
common/Kconfig
+++ b/
common/Kconfig
@@
-188,7
+188,8
@@
config CMD_EDITENV
config CMD_SAVEENV
bool "saveenv"
help
- Run the command in the given environment variable.
+ Save all environment variables into the compiled-in persistent
+ storage.
endmenu