diff options
author | Scott Wood <scottwood@freescale.com> | 2012-01-05 17:24:13 -0600 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2012-01-26 16:09:01 -0600 |
commit | 4d2aee2b3681234691b102194cc2f14857272828 (patch) | |
tree | bcc9d471aae84c5787ad6225ad0c3d26c492bd13 /include/configs/pm9263.h | |
parent | 6bbb3e93a5eb91d56a66a716acfbfa9ea86bfc4c (diff) | |
download | u-boot-4d2aee2b3681234691b102194cc2f14857272828.tar.gz |
NAND: Remove additional (CONFIG_SYS)_NAND_MAX_CHIPS
NAND_MAX_CHIPS has been replaced by CONFIG_SYS_NAND_MAX_CHIPS,
and the latter defaults to 1.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'include/configs/pm9263.h')
-rw-r--r-- | include/configs/pm9263.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h index 32c596241a..bf31c13bdc 100644 --- a/include/configs/pm9263.h +++ b/include/configs/pm9263.h @@ -253,7 +253,6 @@ /* NAND flash */ #ifdef CONFIG_CMD_NAND #define CONFIG_NAND_ATMEL -#define CONFIG_SYS_NAND_MAX_CHIPS 1 #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_SYS_NAND_BASE 0x40000000 #define CONFIG_SYS_NAND_DBW_8 1 |