diff options
Diffstat (limited to 'include/configs/mx50_arm2.h')
-rw-r--r-- | include/configs/mx50_arm2.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/configs/mx50_arm2.h b/include/configs/mx50_arm2.h index fbede97..4c23b95 100644 --- a/include/configs/mx50_arm2.h +++ b/include/configs/mx50_arm2.h @@ -201,10 +201,14 @@ #define CONFIG_CMD_FAT 1 #define CONFIG_CMD_EXT2 1 - /* detect whether ESDHC1 or ESDHC3 is boot device */ + /* detect whether ESDHC1, ESDHC2, or ESDHC3 is boot device */ #define CONFIG_DYNAMIC_MMC_DEVNO #define CONFIG_BOOT_PARTITION_ACCESS + #define CONFIG_EMMC_DDR_MODE + + /* Indicate to esdhc driver which ports support 8-bit data */ + #define CONFIG_MMC_8BIT_PORTS 0x6 /* ports 1 and 2 */ #endif /*----------------------------------------------------------------------- |