[U-Boot] [PATCH] common/cmd_nvedit.c: Add missing 'env save' preproc guard

Horst Kronstorfer hkronsto at frequentis.com
Sat Dec 10 13:25:19 CET 2011


Signed-off-by: Horst Kronstorfer <hkronsto at frequentis.com>
---
 common/cmd_nvedit.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c
index 5995354..baaa513 100644
--- a/common/cmd_nvedit.c
+++ b/common/cmd_nvedit.c
@@ -977,7 +977,9 @@ U_BOOT_CMD(
 #if defined(CONFIG_CMD_RUN)
 	"env run var [...] - run commands in an environment variable\n"
 #endif
+#if defined(CONFIG_CMD_SAVEENV) && !defined(CONFIG_ENV_IS_NOWHERE)
 	"env save - save environment\n"
+#endif
 	"env set [-f] name [arg ...]\n"
 );
 
-- 
1.7.7.3



More information about the U-Boot mailing list