summaryrefslogtreecommitdiffstats
path: root/include/configs/mx6_common.h
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2015-05-22 17:30:52 +0100
committerStefano Babic <sbabic@denx.de>2015-05-26 15:58:57 +0200
commite51c1e8eced7f1661994bd3e1caf0ca032455b3e (patch)
tree50b0eca1a4ea13158f4b719728662f6c80936471 /include/configs/mx6_common.h
parenta380ce6e9698257c4e8be4c0711b09c90a8febff (diff)
downloadblackbird-obmc-uboot-e51c1e8eced7f1661994bd3e1caf0ca032455b3e.tar.gz
blackbird-obmc-uboot-e51c1e8eced7f1661994bd3e1caf0ca032455b3e.zip
imx6: generic MMC config options to mx6_common
Move all standard mx6 MMC configs to mx6_common. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Tom Rini <trini at konsulko.com>
Diffstat (limited to 'include/configs/mx6_common.h')
-rw-r--r--include/configs/mx6_common.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
index c3230382f6..c9cd648a1e 100644
--- a/include/configs/mx6_common.h
+++ b/include/configs/mx6_common.h
@@ -93,4 +93,12 @@
#define CONFIG_MXC_GPIO
#define CONFIG_CMD_GPIO
+/* MMC */
+#define CONFIG_MMC
+#define CONFIG_CMD_MMC
+#define CONFIG_GENERIC_MMC
+#define CONFIG_BOUNCE_BUFFER
+#define CONFIG_FSL_ESDHC
+#define CONFIG_FSL_USDHC
+
#endif
OpenPOWER on IntegriCloud