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,9 +124,11 @@ extern unsigned long nand_env_oob_offset; ...@@ -124,9 +124,11 @@ 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
# ifndef CONFIG_ENV_IS_EMBEDDED
# define CONFIG_ENV_IS_EMBEDDED # define CONFIG_ENV_IS_EMBEDDED
# endif # endif
# endif # endif
#endif
#include "compiler.h" #include "compiler.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment