diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-02-04 16:26:13 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-06 12:07:45 -0700 |
commit | 6df7ffea1399de57e5b3be6e3cd0986869087663 (patch) | |
tree | 6a12b04140a24c6e9e7d46d3c556c69c1b2aa789 /include/configs/galileo.h | |
parent | 728b393f3b012ac46505151b80af1d4334786845 (diff) | |
download | u-boot-imx-6df7ffea1399de57e5b3be6e3cd0986869087663.zip u-boot-imx-6df7ffea1399de57e5b3be6e3cd0986869087663.tar.gz u-boot-imx-6df7ffea1399de57e5b3be6e3cd0986869087663.tar.bz2 |
x86: Add SD/MMC support to quark/galileo
Intel Galileo board has a microSD slot which is routed from Quark SoC
SDIO controller. Enable SD/MMC support so that we can use an SD card.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/galileo.h')
-rw-r--r-- | include/configs/galileo.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/galileo.h b/include/configs/galileo.h index bead2fc..d745f4e 100644 --- a/include/configs/galileo.h +++ b/include/configs/galileo.h @@ -50,4 +50,11 @@ #undef CONFIG_VIDEO #undef CONFIG_CFB_CONSOLE +/* SD/MMC support */ +#define CONFIG_MMC +#define CONFIG_SDHCI +#define CONFIG_GENERIC_MMC +#define CONFIG_MMC_SDMA +#define CONFIG_CMD_MMC + #endif /* __CONFIG_H */ |