diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-06-19 11:29:25 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-06-19 11:40:23 +0800 |
commit | 2accd8a3cd743ae033528ae30a65f742447583c3 (patch) | |
tree | b02441333e7d457a3c762c8be7583888d8d29238 /include | |
parent | 6fa4352eaacc8283d5c66539cb94256996ff5b1a (diff) | |
download | u-boot-imx-2accd8a3cd743ae033528ae30a65f742447583c3.zip u-boot-imx-2accd8a3cd743ae033528ae30a65f742447583c3.tar.gz u-boot-imx-2accd8a3cd743ae033528ae30a65f742447583c3.tar.bz2 |
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.h | 2 |
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 643961e..41a1582 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 |