[U-Boot] [PATCH 2/7] common: Fix comment for saveenv in Kconfig

Joe Hershberger joe.hershberger at ni.com
Mon Jun 22 23:15:25 CEST 2015


The help for this was simply copied from another command.

Update it to reflect the command.

Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>
---

 common/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/common/Kconfig b/common/Kconfig
index f6478fa..0ccdf62 100644
--- 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
 
-- 
1.7.11.5



More information about the U-Boot mailing list