summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-06-19 11:29:25 +0800
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-09 14:42:39 +0100
commit84fb7e1fbe09c823447367188a7bb0a35538dc6f (patch)
tree14d0422715a409f05a9242a736fac628cdbe62f9 /include
parent2f05f94bb2470eb78016f7666c134201ef32114f (diff)
MLK-11134-1 imx: mx6ul_14x14_ddr3_arm2 correct CONFIG_DEFAULT_SPI_CS
We should not put the GPIO in CONFIG_SF_DEFAULT_CS Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6ul_14x14_ddr3_arm2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6ul_14x14_ddr3_arm2.h b/include/configs/mx6ul_14x14_ddr3_arm2.h
index 643961e83a..41a15824b2 100644
--- a/include/configs/mx6ul_14x14_ddr3_arm2.h
+++ b/include/configs/mx6ul_14x14_ddr3_arm2.h
@@ -323,7 +323,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, 26)<<8))
+#define CONFIG_SF_DEFAULT_CS 0
#endif
#ifdef CONFIG_SYS_USE_EIMNOR