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-Tag: v2016.11~31^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4594ac07847f5c7fe7294ce6c71849fea0a431e0;p=platform%2Fkernel%2Fu-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 94863a9..c53d2e2 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