summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMagnus Lilja <lilja.magnus@gmail.com>2010-04-23 20:30:49 +0200
committerTom <Tom@bumblecow.com>2010-05-10 11:21:53 -0500
commit869e8ae0323a48974a476d666aa3d03def744f16 (patch)
treec8608d1d44676feb37b605e607102e047f72d3a4 /include
parent46cd572ddb87f7ceb178978049fc93f9c85f51e6 (diff)
downloadu-boot-imx-869e8ae0323a48974a476d666aa3d03def744f16.zip
u-boot-imx-869e8ae0323a48974a476d666aa3d03def744f16.tar.gz
u-boot-imx-869e8ae0323a48974a476d666aa3d03def744f16.tar.bz2
i.MX31: Activate NAND support for i.MX31 Litekit board.
Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/imx31_litekit.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/imx31_litekit.h b/include/configs/imx31_litekit.h
index 6131008..d58ca8a 100644
--- a/include/configs/imx31_litekit.h
+++ b/include/configs/imx31_litekit.h
@@ -89,6 +89,7 @@
#define CONFIG_CMD_PING
#define CONFIG_CMD_SPI
#define CONFIG_CMD_DATE
+#define CONFIG_CMD_NAND
#define CONFIG_BOOTDELAY 3
@@ -174,4 +175,13 @@
#undef CONFIG_CMD_MTDPARTS
#define CONFIG_JFFS2_DEV "nor0"
+/*
+ * NAND flash
+ */
+#define CONFIG_NAND_MXC
+#define CONFIG_MXC_NAND_REGS_BASE NFC_BASE_ADDR
+#define CONFIG_SYS_MAX_NAND_DEVICE 1
+#define CONFIG_SYS_NAND_BASE NFC_BASE_ADDR
+#define CONFIG_MXC_NAND_HWECC
+
#endif /* __CONFIG_H */