summaryrefslogtreecommitdiffstats
path: root/include/configs/crownbay.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2014-12-17 15:50:46 +0800
committerSimon Glass <sjg@chromium.org>2014-12-18 17:26:08 -0700
commitaada6276c68daf0229442aa8bf6e60aae4c4fd0d (patch)
tree4de1569994f22c3726f8869344be80fcb1cb5b4d /include/configs/crownbay.h
parent0ff65eb99c3ed4d452b9c74dae8c4f736d92303f (diff)
downloadtalos-obmc-uboot-aada6276c68daf0229442aa8bf6e60aae4c4fd0d.tar.gz
talos-obmc-uboot-aada6276c68daf0229442aa8bf6e60aae4c4fd0d.zip
x86: crownbay: Add SDHCI support
There are two standard SD card slots on the Crown Bay board, which are connected to the Topcliff PCH SDIO controllers. Enable the SDHC support so that we can use them. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/crownbay.h')
-rw-r--r--include/configs/crownbay.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/crownbay.h b/include/configs/crownbay.h
index 09a52ab0df..b9db6b7649 100644
--- a/include/configs/crownbay.h
+++ b/include/configs/crownbay.h
@@ -48,6 +48,12 @@
#define CONFIG_SPI_FLASH_SST
+#define CONFIG_MMC
+#define CONFIG_SDHCI
+#define CONFIG_GENERIC_MMC
+#define CONFIG_MMC_SDMA
+#define CONFIG_CMD_MMC
+
/* Video is not supported */
#undef CONFIG_VIDEO
#undef CONFIG_CFB_CONSOLE
OpenPOWER on IntegriCloud