diff options
Diffstat (limited to 'common/env_nowhere.c')
-rw-r--r-- | common/env_nowhere.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/env_nowhere.c b/common/env_nowhere.c index 17ecc775ff9..8dd4867f1fa 100644 --- a/common/env_nowhere.c +++ b/common/env_nowhere.c @@ -26,7 +26,7 @@ #include <common.h> -#if defined(CFG_ENV_IS_NOWHERE) /* Environment is nowhere */ +#if defined(CONFIG_ENV_IS_NOWHERE) /* Environment is nowhere */ #include <command.h> #include <environment.h> @@ -62,4 +62,4 @@ int env_init(void) return (0); } -#endif /* CFG_ENV_IS_NOWHERE) */ +#endif /* CONFIG_ENV_IS_NOWHERE) */ |