summaryrefslogtreecommitdiff
path: root/include/configs/mx6q_sabresd.h
diff options
context:
space:
mode:
authorJason Liu <r64343@freescale.com>2012-03-26 15:43:12 +0800
committerJason Liu <r64343@freescale.com>2012-03-26 16:21:14 +0800
commitc51f28d353506c754059fe762f258e1749d8166a (patch)
tree7d2847a04351aa980b9d34eea8027ece1bf3c05a /include/configs/mx6q_sabresd.h
parent7c7820f1d31c9f982a682e5460c294d515cd5502 (diff)
downloadu-boot-imx-c51f28d353506c754059fe762f258e1749d8166a.zip
u-boot-imx-c51f28d353506c754059fe762f258e1749d8166a.tar.gz
u-boot-imx-c51f28d353506c754059fe762f258e1749d8166a.tar.bz2
ENGR00177909: mx6q/mx6dl SabreSD: SPI-NOR flash not probed as expected
SPI NOR flash(m25p32-vmw6tg) not probed and function as expected, this due to the lack of iomux pad config and incorrect CS line. This patch fix the above issue and also fix the mfg config file (For the code readable, I intent to omit the following checkpatch warning: in the iomux/mx6_pins.h WARNING: line over 80 characters) Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'include/configs/mx6q_sabresd.h')
-rw-r--r--include/configs/mx6q_sabresd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6q_sabresd.h b/include/configs/mx6q_sabresd.h
index 72a3c93..b699287 100644
--- a/include/configs/mx6q_sabresd.h
+++ b/include/configs/mx6q_sabresd.h
@@ -200,7 +200,7 @@
#ifdef CONFIG_CMD_SF
#define CONFIG_FSL_SF 1
#define CONFIG_SPI_FLASH_IMX_M25PXX 1
- #define CONFIG_SPI_FLASH_CS 1
+ #define CONFIG_SPI_FLASH_CS 0
#define CONFIG_IMX_ECSPI
#define IMX_CSPI_VER_2_3 1
#define MAX_SPI_BYTES (64 * 4)