1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-22 10:31:56 +02:00

rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10 22:47:58 +02:00
parent d8cc04d0ac
commit 51bfee1920
24 changed files with 34 additions and 34 deletions

View File

@@ -34,7 +34,7 @@
#include <common.h>
#if defined(CFG_ENV_IS_IN_NAND) /* Environment is in Nand Flash */
#if defined(CONFIG_ENV_IS_IN_NAND) /* Environment is in Nand Flash */
#include <command.h>
#include <environment.h>
@@ -367,4 +367,4 @@ static void use_default()
}
#endif
#endif /* CFG_ENV_IS_IN_NAND */
#endif /* CONFIG_ENV_IS_IN_NAND */