diff options
author | Jason Liu <r64343@freescale.com> | 2010-12-02 16:52:16 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2010-12-07 15:34:02 +0800 |
commit | bbce7d8adba225c94aaa595eee55a138f51247b0 (patch) | |
tree | 2ba79817f03316c5b133acb31df26924a3bb200f /include/configs/mx53_evk_android.h | |
parent | d509a056972ea643382f4763768faeeb3aecc6f0 (diff) | |
download | u-boot-imx-bbce7d8adba225c94aaa595eee55a138f51247b0.zip u-boot-imx-bbce7d8adba225c94aaa595eee55a138f51247b0.tar.gz u-boot-imx-bbce7d8adba225c94aaa595eee55a138f51247b0.tar.bz2 |
ENGR00134220-2 Need use CONFIG_SYS_NAND_MAX_CHIPS
Need use CONFIG_SYS_NAND_MAX_CHIPS instead of
NAND_MAX_CHIPS
Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'include/configs/mx53_evk_android.h')
-rw-r--r-- | include/configs/mx53_evk_android.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx53_evk_android.h b/include/configs/mx53_evk_android.h index 91d8b82..95734a3 100644 --- a/include/configs/mx53_evk_android.h +++ b/include/configs/mx53_evk_android.h @@ -131,7 +131,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 */ |