* [U-Boot] [PATCH] armv8/ls2085a_simu: enable eSDHC
@ 2015-07-24 9:37 Yangbo Lu
2015-09-02 2:43 ` York Sun
0 siblings, 1 reply; 2+ messages in thread
From: Yangbo Lu @ 2015-07-24 9:37 UTC (permalink / raw)
To: u-boot
Signed-off-by: Yangbo Lu <yangbo.lu@freescale.com>
---
include/configs/ls2085a_simu.h | 11 +++++++++++
1 file changed, 11 insertions(+)
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
--
2.1.0.27.g96db324
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-02 2:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-24 9:37 [U-Boot] [PATCH] armv8/ls2085a_simu: enable eSDHC Yangbo Lu
2015-09-02 2:43 ` York Sun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox