From: Kever Yang Date: Sat, 8 Oct 2016 07:23:38 +0000 (+0800) Subject: rk3288: kconfig: remove duplicate definition of SPL_MMC_SUPPORT X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=4594ac07847f5c7fe7294ce6c71849fea0a431e0;p=u-boot.git rk3288: kconfig: remove duplicate definition of SPL_MMC_SUPPORT SPL_MMC_SUPPORT defined in rockchip top level Kconfig instead of inside rk3288 and default to disable if ROCKCHIP_SPL_BACK_TO_BROM defined. Signed-off-by: Kever Yang Reviewed-by: Simon Glass --- diff --git a/arch/arm/mach-rockchip/rk3288/Kconfig b/arch/arm/mach-rockchip/rk3288/Kconfig index 94863a925e..c53d2e2033 100644 --- a/arch/arm/mach-rockchip/rk3288/Kconfig +++ b/arch/arm/mach-rockchip/rk3288/Kconfig @@ -81,9 +81,6 @@ config SPL_LIBCOMMON_SUPPORT config SPL_LIBGENERIC_SUPPORT default y -config SPL_MMC_SUPPORT - default y - config SPL_SERIAL_SUPPORT default y