summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRyan QIAN <b32804@freescale.com>2012-08-20 15:11:15 +0800
committerJustin Waters <justin.waters@timesys.com>2012-09-12 11:05:55 -0400
commit88a0da784d61fba899e37fa7cff91f9ca7f56af9 (patch)
treeb547e826a4ee8abc6ac240ae9bc01b3fec63e8fc /include
parentc55f3f7d6275aa6992da11a13a44105b433125c2 (diff)
ENGR00220824: mx6sl_evk: mmc: only SD1 supports 8bit on evk board.
- configure SD1 to support 8bit on evk Signed-off-by: Ryan QIAN <b32804@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6sl_evk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mx6sl_evk.h b/include/configs/mx6sl_evk.h
index 8864a7fab5..7c43fe88e8 100644
--- a/include/configs/mx6sl_evk.h
+++ b/include/configs/mx6sl_evk.h
@@ -218,8 +218,8 @@
/* detect whether SD1, 2, or 3 is boot device */
#define CONFIG_DYNAMIC_MMC_DEVNO
- /* SD2 is 8 bit */
- #define CONFIG_MMC_8BIT_PORTS 0x2
+ /* SD1 is 8 bit */
+ #define CONFIG_MMC_8BIT_PORTS 0x1
/* Setup target delay in DDR mode for each SD port */
#define CONFIG_GET_DDR_TARGET_DELAY
#endif