Skip to content
Snippets Groups Projects
Commit 33a6b9e9 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

environment.h: fix warning: "CONFIG_ENV_IS_EMBEDDED" redefined


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
Cc: Stefan Roese <sr@denx.de>
parent e6a857da
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,9 @@ extern unsigned long nand_env_oob_offset; ...@@ -124,7 +124,9 @@ extern unsigned long nand_env_oob_offset;
/* The build system likes to know if the env is embedded */ /* The build system likes to know if the env is embedded */
#ifdef DO_DEPS_ONLY #ifdef DO_DEPS_ONLY
# ifdef ENV_IS_EMBEDDED # ifdef ENV_IS_EMBEDDED
# define CONFIG_ENV_IS_EMBEDDED # ifndef CONFIG_ENV_IS_EMBEDDED
# define CONFIG_ENV_IS_EMBEDDED
# endif
# endif # endif
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment