83xx, kmeter1: added NAND support

Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Scott Wood <scottwood@freescale.com>
This commit is contained in:
Heiko Schocher
2009-07-21 17:13:40 +02:00
committed by Scott Wood
parent ecad289fc6
commit de4250929f
3 changed files with 142 additions and 0 deletions

View File

@@ -324,6 +324,12 @@
#define CONFIG_SYS_DTT_HYSTERESIS 3
#define CONFIG_SYS_DTT_BUS_NUM (CONFIG_SYS_MAX_I2C_BUS)
#if defined(CONFIG_CMD_NAND)
#define CONFIG_NAND_KMETER1
#define CONFIG_SYS_MAX_NAND_DEVICE 1
#define CONFIG_SYS_NAND_BASE CONFIG_SYS_PIGGY_BASE
#endif
#if defined(CONFIG_PCI)
#define CONFIG_CMD_PCI
#endif