diff options
author | Simon Glass <sjg@chromium.org> | 2016-06-12 23:30:21 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-11 14:06:44 -0600 |
commit | 7d1c8d99fd12ad1e879533075b87c908462c1fd3 (patch) | |
tree | 9ebba2e62625c85a66a609db2b640a0e72395a02 /include/configs/rk3036_common.h | |
parent | c0c76ebae3d088867e38fb7a61e290ed9676e516 (diff) | |
download | u-boot-7d1c8d99fd12ad1e879533075b87c908462c1fd3.tar.gz u-boot-7d1c8d99fd12ad1e879533075b87c908462c1fd3.tar.bz2 u-boot-7d1c8d99fd12ad1e879533075b87c908462c1fd3.zip |
rockchip: Disable CONFIG_SDHCI
This option is not actually needed for rockchip boards. Drop it, since it
will not support driver-model MMC operation support.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/rk3036_common.h')
-rw-r--r-- | include/configs/rk3036_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/rk3036_common.h b/include/configs/rk3036_common.h index 1bdcf9d024..ae4b101e44 100644 --- a/include/configs/rk3036_common.h +++ b/include/configs/rk3036_common.h @@ -45,7 +45,6 @@ /* MMC/SD IP block */ #define CONFIG_MMC #define CONFIG_GENERIC_MMC -#define CONFIG_SDHCI #define CONFIG_DWMMC #define CONFIG_BOUNCE_BUFFER |