diff options
author | Vipin KUMAR <vipin.kumar@st.com> | 2012-05-22 00:15:55 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-07 14:07:38 +0200 |
commit | 1fa943b99d06fee8b6552f4215923e4681d4a5a4 (patch) | |
tree | f1435244a64887bc026feaa37adfa03d4f18eb4b /include/configs/spear-common.h | |
parent | 7f0730a02e412015b0fc4e78dc41aef14e8a3d8c (diff) | |
download | u-boot-imx-1fa943b99d06fee8b6552f4215923e4681d4a5a4.zip u-boot-imx-1fa943b99d06fee8b6552f4215923e4681d4a5a4.tar.gz u-boot-imx-1fa943b99d06fee8b6552f4215923e4681d4a5a4.tar.bz2 |
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/spear-common.h')
-rw-r--r-- | include/configs/spear-common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/spear-common.h b/include/configs/spear-common.h index ab1b332..8d0f036 100644 --- a/include/configs/spear-common.h +++ b/include/configs/spear-common.h @@ -88,9 +88,10 @@ #define CONFIG_SYS_LOADS_BAUD_CHANGE /* NAND FLASH Configuration */ +#define CONFIG_SYS_NAND_SELF_INIT #define CONFIG_MTD_DEVICE #define CONFIG_MTD_PARTITIONS -#define CONFIG_NAND_SPEAR 1 +#define CONFIG_NAND_FSMC #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_MTD_NAND_VERIFY_WRITE 1 |