diff options
author | Simon Glass | 2016-06-12 23:30:21 -0600 |
---|---|---|
committer | Simon Glass | 2016-07-11 14:06:44 -0600 |
commit | 7d1c8d99fd12ad1e879533075b87c908462c1fd3 (patch) | |
tree | 9ebba2e62625c85a66a609db2b640a0e72395a02 | |
parent | c0c76ebae3d088867e38fb7a61e290ed9676e516 (diff) |
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>
-rw-r--r-- | include/configs/rk3036_common.h | 1 | ||||
-rw-r--r-- | include/configs/rk3288_common.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/rk3036_common.h b/include/configs/rk3036_common.h index 1bdcf9d0248..ae4b101e444 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 diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h index 9d50d834db4..8adc26fc8b4 100644 --- a/include/configs/rk3288_common.h +++ b/include/configs/rk3288_common.h @@ -51,7 +51,6 @@ /* MMC/SD IP block */ #define CONFIG_MMC #define CONFIG_GENERIC_MMC -#define CONFIG_SDHCI #define CONFIG_DWMMC #define CONFIG_BOUNCE_BUFFER |