From 374aad6eca0632f7472d71330c79c72014149dee Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Fri, 19 Jun 2015 11:29:25 +0800 Subject: 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 (cherry picked from commit 2accd8a3cd743ae033528ae30a65f742447583c3) --- include/configs/mx6ul_14x14_ddr3_arm2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mx6ul_14x14_ddr3_arm2.h b/include/configs/mx6ul_14x14_ddr3_arm2.h index 0148f6c..3875c2e 100644 --- a/include/configs/mx6ul_14x14_ddr3_arm2.h +++ b/include/configs/mx6ul_14x14_ddr3_arm2.h @@ -317,7 +317,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 -- cgit v1.1