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 12:22:28 +0800 |
commit | 374aad6eca0632f7472d71330c79c72014149dee (patch) | |
tree | e5696784ea3a9eea454f5138ef9ae8dfeb23be30 | |
parent | c12367358b4342aac2e7741479bbf8d7b075278b (diff) | |
download | u-boot-imx-374aad6eca0632f7472d71330c79c72014149dee.zip u-boot-imx-374aad6eca0632f7472d71330c79c72014149dee.tar.gz u-boot-imx-374aad6eca0632f7472d71330c79c72014149dee.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>
(cherry picked from commit 2accd8a3cd743ae033528ae30a65f742447583c3)
-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 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 |