diff options
author | Stelian Pop <stelian@popies.net> | 2008-05-08 20:52:14 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-05-10 11:32:06 +0200 |
commit | 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0 (patch) | |
tree | 0b0351443b181f11cd2e2cac8cffe2fdfb036f8f /include/configs/at91cap9adk.h | |
parent | 11b162bae058e96c7929e358d4adff2bee6c2cc4 (diff) | |
download | u-boot-imx-1c90df3e148ce0a3e2c86c63b38b19d47772f2a0.zip u-boot-imx-1c90df3e148ce0a3e2c86c63b38b19d47772f2a0.tar.gz u-boot-imx-1c90df3e148ce0a3e2c86c63b38b19d47772f2a0.tar.bz2 |
AT91CAP9ADK: Handle 8 or 16 bit NAND
The Atmel boards can handle 8 or 16 bit NAND memories. This patch
makes the support configurable in the board config header file
(CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
Signed-off-by: Stelian Pop <stelian@popies.net>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs/at91cap9adk.h')
-rw-r--r-- | include/configs/at91cap9adk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/at91cap9adk.h b/include/configs/at91cap9adk.h index c891fa8..7887b36 100644 --- a/include/configs/at91cap9adk.h +++ b/include/configs/at91cap9adk.h @@ -110,6 +110,7 @@ #define NAND_MAX_CHIPS 1 #define CFG_MAX_NAND_DEVICE 1 #define CFG_NAND_BASE 0x40000000 +#define CFG_NAND_DBW_8 1 /* Ethernet */ #define CONFIG_MACB 1 |