summaryrefslogtreecommitdiff
path: root/include/configs/mx7d_12x12_lpddr3_arm2.h
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-03-26 13:38:49 +0800
committerPeng Fan <Peng.Fan@freescale.com>2015-04-29 15:03:08 +0800
commit8c1bbc981820071a19ddde66633c35287952bfda (patch)
treed930832c801b87533e764d69a3fa46a583a7befd /include/configs/mx7d_12x12_lpddr3_arm2.h
parent681e44167e6fa66170afb5bb4dfdca53d87592af (diff)
downloadu-boot-imx-8c1bbc981820071a19ddde66633c35287952bfda.zip
u-boot-imx-8c1bbc981820071a19ddde66633c35287952bfda.tar.gz
u-boot-imx-8c1bbc981820071a19ddde66633c35287952bfda.tar.bz2
MLK-10774-38 imx: fix ecspi code
This commit 155fa9af95ac5be857a7327e7a968a296e60d4c8 "spi: mxc: fix sf probe when using mxc_spi" introduces "board_spi_cs_gpio" function to discard gpio in CONFIG_SF_DEFAULT_CS for spi flash. Follow this rule to make imx boards work fine. Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include/configs/mx7d_12x12_lpddr3_arm2.h')
-rw-r--r--include/configs/mx7d_12x12_lpddr3_arm2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx7d_12x12_lpddr3_arm2.h b/include/configs/mx7d_12x12_lpddr3_arm2.h
index c6cd1c1..f0fa30d 100644
--- a/include/configs/mx7d_12x12_lpddr3_arm2.h
+++ b/include/configs/mx7d_12x12_lpddr3_arm2.h
@@ -59,7 +59,7 @@
#define CONFIG_SF_DEFAULT_BUS 0
#define CONFIG_SF_DEFAULT_SPEED 20000000
#define CONFIG_SF_DEFAULT_MODE (SPI_MODE_0)
-#define CONFIG_SF_DEFAULT_CS (0|(IMX_GPIO_NR(4, 19)<<8))
+#define CONFIG_SF_DEFAULT_CS 0
#endif
#define CONFIG_VIDEO