diff options
Diffstat (limited to 'include/configs/mx53_evk.h')
-rw-r--r-- | include/configs/mx53_evk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx53_evk.h b/include/configs/mx53_evk.h index 6cecaaa..0da41dc 100644 --- a/include/configs/mx53_evk.h +++ b/include/configs/mx53_evk.h @@ -95,7 +95,7 @@ #define CONFIG_CMD_NAND #define CONFIG_MXC_NAND /* NAND FLASH driver setup */ -#define NAND_MAX_CHIPS 8 +#define CONFIG_SYS_NAND_MAX_CHIPS 8 #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_SYS_NAND_BASE 0x40000000 #define CONFIG_NAND_FW_16BIT 0 /* 1: 16bit 0: 8bit */ |