summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Xu <b45815@freescale.com>2014-02-26 15:57:06 -0600
committerAllen Xu <b45815@freescale.com>2014-02-27 18:26:02 -0600
commit186a3ce4b0486bd21a67d1f01b7551648e9384a9 (patch)
treea026c07c992529698c22a7df04f82ab5dfd3ba96
parent80d3c72eca70fe959c1bf368c0ee152e3a762636 (diff)
downloadu-boot-imx-186a3ce4b0486bd21a67d1f01b7551648e9384a9.zip
u-boot-imx-186a3ce4b0486bd21a67d1f01b7551648e9384a9.tar.gz
u-boot-imx-186a3ce4b0486bd21a67d1f01b7551648e9384a9.tar.bz2
ENGR00301262-3 configs: mx6sx_17x17_arm2_: enable the Quadspi
Also enable the SPI and SPI FLASH macros, as well as SF test Signed-off-by: Huang Shijie <b32955@freescale.com> Signed-off-by: Allen Xu <b45815@freescale.com>
-rw-r--r--include/configs/mx6sx_17x17_arm2.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/configs/mx6sx_17x17_arm2.h b/include/configs/mx6sx_17x17_arm2.h
index 318b3ca..22c9dad 100644
--- a/include/configs/mx6sx_17x17_arm2.h
+++ b/include/configs/mx6sx_17x17_arm2.h
@@ -88,14 +88,17 @@
#define CONFIG_FEC_DMA_MINALIGN 64
#define CONFIG_FEC_CLOCK_FROM_ANATOP
-/* #define CONFIG_CMD_SF */
-/* #define CONFIG_CMD_SPI */
+#define CONFIG_CMD_SF
+#define CONFIG_CMD_SF_TEST
+#define CONFIG_CMD_SPI
/*
* SPI
*/
#ifdef CONFIG_CMD_SPI
+#define CONFIG_QSPI /* enable the QUADSPI driver */
+
#define CONFIG_HARD_SPI
#define CONFIG_DEFAULT_SPI_BUS 0
#define CONFIG_DEFAULT_SPI_CS 0