summaryrefslogtreecommitdiffstats
path: root/include/configs/ls2085ardb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/ls2085ardb.h')
-rw-r--r--include/configs/ls2085ardb.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/include/configs/ls2085ardb.h b/include/configs/ls2085ardb.h
index 89dbf63d45..d1c2548a23 100644
--- a/include/configs/ls2085ardb.h
+++ b/include/configs/ls2085ardb.h
@@ -277,7 +277,16 @@ unsigned long get_board_sys_clk(void);
#define CONFIG_CMD_NET
#endif
-
+/* 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
/* Initial environment variables */
#undef CONFIG_EXTRA_ENV_SETTINGS
OpenPOWER on IntegriCloud