[U-Boot] [PATCH v3 5/6] i.MX31: Add NAND support in the i.MX31 Litekit config file.
Magnus Lilja
lilja.magnus at gmail.com
Fri Aug 29 10:36:21 CEST 2008
Signed-off-by: Magnus Lilja <lilja.magnus at gmail.com>
---
include/configs/imx31_litekit.h | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/include/configs/imx31_litekit.h b/include/configs/imx31_litekit.h
index 62a03fa..da155cf 100644
--- a/include/configs/imx31_litekit.h
+++ b/include/configs/imx31_litekit.h
@@ -36,6 +36,8 @@
#define CONFIG_MX31_HCLK_FREQ 26000000
#define CONFIG_MX31_CLK32 32000
+#define CONFIG_MX31_NAND 1
+
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_DISPLAY_BOARDINFO
@@ -90,6 +92,8 @@
#define CONFIG_CMD_SPI
#define CONFIG_CMD_DATE
+#define CONFIG_CMD_NAND
+
#define CONFIG_BOOTDELAY 3
#define CONFIG_NETMASK 255.255.255.0
@@ -175,4 +179,12 @@
#undef CONFIG_JFFS2_CMDLINE
#define CONFIG_JFFS2_DEV "nor0"
+/*
+ * NAND flash
+ */
+
+#define NAND_MAX_CHIPS 1
+#define CFG_MAX_NAND_DEVICE 1
+#define CFG_NAND_BASE 0x40000000
+
#endif /* __CONFIG_H */
--
1.5.2.4
More information about the U-Boot
mailing list