rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10 22:48:00 +02:00
parent 2556ef7811
commit 93f6d72544
57 changed files with 69 additions and 69 deletions

View File

@@ -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) */