summaryrefslogtreecommitdiff
path: root/include/configs/spear6xx.h
diff options
context:
space:
mode:
authorVipin KUMAR <vipin.kumar@st.com>2012-05-22 00:15:55 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-07-07 14:07:38 +0200
commit1fa943b99d06fee8b6552f4215923e4681d4a5a4 (patch)
treef1435244a64887bc026feaa37adfa03d4f18eb4b /include/configs/spear6xx.h
parent7f0730a02e412015b0fc4e78dc41aef14e8a3d8c (diff)
SPEAr: Configure FSMC driver for NAND interface
Since FSMC is a standard IP and it supports different memory interfaces, it is supported independent of spear platform and spear is configured to use that driver for interfacing with the NAND device Signed-off-by: Vipin Kumar <vipin.kumar@st.com> Signed-off-by: Amit Virdi <amit.virdi@st.com> Signed-off-by: Stefan Roese <sr@denx.de> Acked-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'include/configs/spear6xx.h')
-rw-r--r--include/configs/spear6xx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/spear6xx.h b/include/configs/spear6xx.h
index 2ad5beb82c6..c5bcc30cb75 100644
--- a/include/configs/spear6xx.h
+++ b/include/configs/spear6xx.h
@@ -38,6 +38,9 @@
#define CONFIG_PL01x_PORTS { (void *)CONFIG_SYS_SERIAL0, \
(void *)CONFIG_SYS_SERIAL1 }
+/* NAND flash configuration */
+#define CONFIG_SYS_FSMC_NAND_SP
+#define CONFIG_SYS_FSMC_NAND_8BIT
#define CONFIG_SYS_NAND_BASE (0xD2000000)
#endif /* __CONFIG_H */