diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2014-05-16 13:59:58 +0900 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2014-05-16 14:54:26 +0900 |
commit | e33daad0b76e71da14016e12d8f12b74f090a4ac (patch) | |
tree | 61b71f5e4f1e6755977f0cf19821c0c4cfae3b3d /include/configs | |
parent | e09bd85329186015ec1bc663c0d55dd6bec41d2a (diff) | |
download | u-boot-imx-e33daad0b76e71da14016e12d8f12b74f090a4ac.zip u-boot-imx-e33daad0b76e71da14016e12d8f12b74f090a4ac.tar.gz u-boot-imx-e33daad0b76e71da14016e12d8f12b74f090a4ac.tar.bz2 |
ARM: exynos4: enable the dwmmc configuration
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Tested-by: Lukasz Majewski <l.majewski@samsung.com>
Acked-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/exynos4-dt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/exynos4-dt.h b/include/configs/exynos4-dt.h index cbd2d20..0c560ae 100644 --- a/include/configs/exynos4-dt.h +++ b/include/configs/exynos4-dt.h @@ -44,6 +44,9 @@ #define CONFIG_S5P_SDHCI #define CONFIG_SDHCI #define CONFIG_MMC_SDMA +#define CONFIG_DWMMC +#define CONFIG_EXYNOS_DWMMC +#define CONFIG_BOUNCE_BUFFER #define CONFIG_MMC_DEFAULT_DEV 0 /* PWM */ |