[U-Boot] [PATCH] environment.h: fix warning: "CONFIG_ENV_IS_EMBEDDED" redefined

Wolfgang Denk wd at denx.de
Sun Jul 31 02:01:08 CEST 2011


Signed-off-by: Wolfgang Denk <wd at denx.de>
Cc: Stefan Roese <sr at denx.de>
---
 include/environment.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/include/environment.h b/include/environment.h
index e8b6e45..6394a96 100644
--- a/include/environment.h
+++ b/include/environment.h
@@ -124,7 +124,9 @@ extern unsigned long nand_env_oob_offset;
 /* The build system likes to know if the env is embedded */
 #ifdef DO_DEPS_ONLY
 # ifdef ENV_IS_EMBEDDED
-#  define CONFIG_ENV_IS_EMBEDDED
+#  ifndef CONFIG_ENV_IS_EMBEDDED
+#   define CONFIG_ENV_IS_EMBEDDED
+#  endif
 # endif
 #endif
 
-- 
1.7.6



More information about the U-Boot mailing list