]> git.sur5r.net Git - u-boot/blobdiff - include/environment.h
MX35: mx35pdk: make use of GPIO framework
[u-boot] / include / environment.h
index e8b6e45c3372b73f17d4d0bff7d43896d713b05c..6394a96c357d45c7112d75cc2edbbbd51e164a09 100644 (file)
@@ -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