diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2016-08-04 11:45:00 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-08-05 18:03:07 -0600 |
commit | 75a52bd770bcaa3fd065237538263f8e11240fe0 (patch) | |
tree | ecdb6cd3518f88991b3deb2b87d3919af0eab01c /include/configs/rk3399_common.h | |
parent | da8ff82e73f559ed22a7a0da44f670088f4154f8 (diff) | |
download | u-boot-75a52bd770bcaa3fd065237538263f8e11240fe0.tar.gz u-boot-75a52bd770bcaa3fd065237538263f8e11240fe0.tar.bz2 u-boot-75a52bd770bcaa3fd065237538263f8e11240fe0.zip |
config: rk3399: enable dwmmc controller
Enable the rockchip dwmmc driver for rk3399 and its evb.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/rk3399_common.h')
-rw-r--r-- | include/configs/rk3399_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/rk3399_common.h b/include/configs/rk3399_common.h index 1ed46416a1..6875308e11 100644 --- a/include/configs/rk3399_common.h +++ b/include/configs/rk3399_common.h @@ -30,6 +30,7 @@ /* MMC/SD IP block */ #define CONFIG_MMC #define CONFIG_GENERIC_MMC +#define CONFIG_DWMMC #define CONFIG_SDHCI #define CONFIG_BOUNCE_BUFFER #define CONFIG_ROCKCHIP_SDHCI_MAX_FREQ 200000000 |