From: Tom Rini Date: Fri, 13 Apr 2012 12:19:59 +0000 (+0000) Subject: omap4: Remove CONFIG_SYS_MMC_SET_DEV X-Git-Tag: v2012.07-rc1~144^2~125 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4335517088e2fbab72254eac989e95d2090dc884;p=u-boot omap4: Remove CONFIG_SYS_MMC_SET_DEV This is only used on !CONFIG_GENERIC_MMC which is false here. Signed-off-by: Tom Rini --- diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h index 01b4d6c6b7..4ace07b624 100644 --- a/include/configs/omap4_common.h +++ b/include/configs/omap4_common.h @@ -106,7 +106,6 @@ #define CONFIG_GENERIC_MMC 1 #define CONFIG_MMC 1 #define CONFIG_OMAP_HSMMC 1 -#define CONFIG_SYS_MMC_SET_DEV 1 #define CONFIG_DOS_PARTITION 1