From 3d3a74cc8c774345be7d1661b215555ad41f4515 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 7 Dec 2016 22:10:30 +0900 Subject: mmc: move MMC_SDHCI_IO_ACCESSORS to Kconfig This is a user-unconfigurable option that is selected by the drivers that need to overwrite SDHCI IO memory accessors. (BCM2835 SDHCI seems the only driver that needs to do so.) Signed-off-by: Masahiro Yamada Reviewed-by: Tom Rini Reviewed-by: Jaehoon Chung --- include/configs/rpi.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/rpi.h') diff --git a/include/configs/rpi.h b/include/configs/rpi.h index 8005ac1ec6b..45d88247afa 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -83,7 +83,6 @@ /* SD/MMC configuration */ #define CONFIG_GENERIC_MMC -#define CONFIG_MMC_SDHCI_IO_ACCESSORS #ifdef CONFIG_CMD_USB #define CONFIG_USB_DWC2 -- cgit v1.2.3