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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user