summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/configs/mx6sl_arm2.h4
-rw-r--r--include/configs/mx6sl_arm2_mfg.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/mx6sl_arm2.h b/include/configs/mx6sl_arm2.h
index 6485609..c5b0892 100644
--- a/include/configs/mx6sl_arm2.h
+++ b/include/configs/mx6sl_arm2.h
@@ -212,8 +212,8 @@
/* detect whether SD1, 2, or 3 is boot device */
#define CONFIG_DYNAMIC_MMC_DEVNO
- /* SD1 is 8 bit */
- #define CONFIG_MMC_8BIT_PORTS 0x3
+ /* SD2 is 8 bit */
+ #define CONFIG_MMC_8BIT_PORTS 0x2
/* Setup target delay in DDR mode for each SD port */
#define CONFIG_GET_DDR_TARGET_DELAY
#endif
diff --git a/include/configs/mx6sl_arm2_mfg.h b/include/configs/mx6sl_arm2_mfg.h
index 804a36a..5b44d25 100644
--- a/include/configs/mx6sl_arm2_mfg.h
+++ b/include/configs/mx6sl_arm2_mfg.h
@@ -201,8 +201,8 @@
/* detect whether SD1, 2, or 3 is boot device */
#define CONFIG_DYNAMIC_MMC_DEVNO
- /* SD1 is 8 bit */
- #define CONFIG_MMC_8BIT_PORTS 0x3
+ /* SD2 is 8 bit */
+ #define CONFIG_MMC_8BIT_PORTS 0x2
/* Setup target delay in DDR mode for each SD port */
#define CONFIG_GET_DDR_TARGET_DELAY
#endif