summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs')
-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 8864a7f..7c43fe8 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