diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2011-11-20 16:10:16 +0200 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2012-01-26 16:08:55 -0600 |
commit | 6bbb3e93a5eb91d56a66a716acfbfa9ea86bfc4c (patch) | |
tree | 3b192411659d1cdc4b6f81ea8e0bb3f7b9a3b6fe /include/configs/SIMPC8313.h | |
parent | d3022c5f5ce1bff39a58bce2b00b36f2fed0e299 (diff) | |
download | u-boot-imx-6bbb3e93a5eb91d56a66a716acfbfa9ea86bfc4c.zip u-boot-imx-6bbb3e93a5eb91d56a66a716acfbfa9ea86bfc4c.tar.gz u-boot-imx-6bbb3e93a5eb91d56a66a716acfbfa9ea86bfc4c.tar.bz2 |
NAND: remove NAND_MAX_CHIPS definitions
This change follows the change by Wolfgang Grandegger (commit 6c869637fef),
which allows to remove useless NAND_MAX_CHIPS definitions in board config
files.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Cc: Wolfgang Grandegger <wg@grandegger.com>
Cc: Scott Wood <scottwood@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'include/configs/SIMPC8313.h')
-rw-r--r-- | include/configs/SIMPC8313.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/SIMPC8313.h b/include/configs/SIMPC8313.h index 77be360..0976077 100644 --- a/include/configs/SIMPC8313.h +++ b/include/configs/SIMPC8313.h @@ -144,10 +144,9 @@ #endif #define CONFIG_SYS_FPGA_BASE 0xFF000000 +#define CONFIG_CMD_NAND #define CONFIG_SYS_MAX_NAND_DEVICE 1 -#define NAND_MAX_CHIPS 1 #define CONFIG_MTD_NAND_VERIFY_WRITE -#define CONFIG_CMD_NAND 1 #define CONFIG_NAND_FSL_ELBC 1 #define CONFIG_SYS_NAND_BR_PRELIM (CONFIG_SYS_NAND_BASE \ |