From 1ddbcf46bfba605b65f111a9f1f6c50098957767 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sat, 21 Apr 2018 17:53:07 +0200 Subject: mmc: sh_mmcif: Migrate configs to CONFIG_SH_MMCIF Migrate the U-Boot configs to Kconfig CONFIG_SH_MMCIF . Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu Cc: Jaehoon Chung --- include/configs/silk.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/silk.h') diff --git a/include/configs/silk.h b/include/configs/silk.h index 5d85c0df93..ba49c194db 100644 --- a/include/configs/silk.h +++ b/include/configs/silk.h @@ -74,7 +74,6 @@ #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 /* MMCIF */ -#define CONFIG_SH_MMCIF #define CONFIG_SH_MMCIF_ADDR 0xee200000 #define CONFIG_SH_MMCIF_CLK 48000000 -- cgit