From 07dea2e737f78ee70e81c27d976811f0e9fdbad8 Mon Sep 17 00:00:00 2001 From: Mario Six Date: Wed, 28 Mar 2018 14:38:19 +0200 Subject: treewide: Migrate CONFIG_FSL_ESDHC to Kconfig Migrate the CONFIG_FSL_ESDHC option to Kconfig. Signed-off-by: Mario Six --- include/configs/mx35pdk.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/mx35pdk.h') diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h index 23cb64ea46..d81351ee13 100644 --- a/include/configs/mx35pdk.h +++ b/include/configs/mx35pdk.h @@ -180,7 +180,6 @@ #define CONFIG_MXC_USB_PORTSC (MXC_EHCI_UTMI_16BIT | MXC_EHCI_MODE_UTMI) /* mmc driver */ -#define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR 0 #define CONFIG_SYS_FSL_ESDHC_NUM 1 -- cgit