From: Joe Hershberger Date: Mon, 22 Jun 2015 21:15:25 +0000 (-0500) Subject: common: Fix comment for saveenv in Kconfig X-Git-Tag: v2015.07-rc3~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f38bec9f15ab04014b84b34b6aba246d5340e806;p=pandora-u-boot.git common: Fix comment for saveenv in Kconfig The help for this was simply copied from another command. Update it to reflect the command. Signed-off-by: Joe Hershberger --- diff --git a/common/Kconfig b/common/Kconfig index f6478fad0ba..0ccdf62c1e7 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