diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-06-19 10:34:16 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-06-19 11:40:23 +0800 |
commit | 4209e0a4d324a99511a85dfe1fb3107518ff02c4 (patch) | |
tree | 5c94253325bcab588e01b9111ba0ab25834403b3 /include | |
parent | 2accd8a3cd743ae033528ae30a65f742447583c3 (diff) | |
download | u-boot-imx-4209e0a4d324a99511a85dfe1fb3107518ff02c4.zip u-boot-imx-4209e0a4d324a99511a85dfe1fb3107518ff02c4.tar.gz u-boot-imx-4209e0a4d324a99511a85dfe1fb3107518ff02c4.tar.bz2 |
MLK-11134-2 imx: mx7d_12x12_ddr3_arm2 update spi nor code
We should use board_spi_cs_gpio and remove the GPIO from
CONFIG_SF_DEFAULT_CS.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx7d_12x12_ddr3_arm2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx7d_12x12_ddr3_arm2.h b/include/configs/mx7d_12x12_ddr3_arm2.h index 5ff3625..f65df50 100644 --- a/include/configs/mx7d_12x12_ddr3_arm2.h +++ b/include/configs/mx7d_12x12_ddr3_arm2.h @@ -47,7 +47,7 @@ #define CONFIG_SF_DEFAULT_BUS 3 #define CONFIG_SF_DEFAULT_SPEED 20000000 #define CONFIG_SF_DEFAULT_MODE (SPI_MODE_0) -#define CONFIG_SF_DEFAULT_CS (0|(IMX_GPIO_NR(5, 3)<<8)) +#define CONFIG_SF_DEFAULT_CS 0 #endif #include "mx7d_arm2.h" |