rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
#ifdef CFG_ENV_IS_IN_NVRAM /* Environment is in NVRAM */
|
||||
#ifdef CONFIG_ENV_IS_IN_NVRAM /* Environment is in NVRAM */
|
||||
|
||||
#include <command.h>
|
||||
#include <environment.h>
|
||||
@@ -157,4 +157,4 @@ int env_init (void)
|
||||
return (0);
|
||||
}
|
||||
|
||||
#endif /* CFG_ENV_IS_IN_NVRAM */
|
||||
#endif /* CONFIG_ENV_IS_IN_NVRAM */
|
||||
|
||||
Reference in New Issue
Block a user