summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYangbo Lu <yangbo.lu@freescale.com>2015-07-24 17:37:29 +0800
committerYork Sun <yorksun@freescale.com>2015-09-01 21:37:56 -0500
commitb22b8e98479aef7de03b08701cc3219c8bfe654d (patch)
tree7c64e1ac1a9de69c39f58e4e9bca3c7504ca4532 /include
parent3ffa95c283aa45e97d35c033577ab0b67628f426 (diff)
downloadu-boot-imx-b22b8e98479aef7de03b08701cc3219c8bfe654d.zip
u-boot-imx-b22b8e98479aef7de03b08701cc3219c8bfe654d.tar.gz
u-boot-imx-b22b8e98479aef7de03b08701cc3219c8bfe654d.tar.bz2
armv8/ls2085a_simu: enable eSDHC
Signed-off-by: Yangbo Lu <yangbo.lu@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ls2085a_simu.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/configs/ls2085a_simu.h b/include/configs/ls2085a_simu.h
index d0d2eed..bd15b3d 100644
--- a/include/configs/ls2085a_simu.h
+++ b/include/configs/ls2085a_simu.h
@@ -127,6 +127,17 @@
#define CONFIG_SYS_CS1_FTIM2 CONFIG_SYS_NAND_FTIM2
#define CONFIG_SYS_CS1_FTIM3 CONFIG_SYS_NAND_FTIM3
+/* MMC */
+#define CONFIG_MMC
+#ifdef CONFIG_MMC
+#define CONFIG_CMD_MMC
+#define CONFIG_FSL_ESDHC
+#define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
+#define CONFIG_GENERIC_MMC
+#define CONFIG_CMD_FAT
+#define CONFIG_DOS_PARTITION
+#endif
+
/* Debug Server firmware */
#define CONFIG_SYS_DEBUG_SERVER_FW_IN_NOR
#define CONFIG_SYS_DEBUG_SERVER_FW_ADDR 0x580C00000ULL