From: David Wu Date: Wed, 2 Jan 2019 12:50:59 +0000 (+0800) Subject: ARM: rockchip: Kconfig: Remove the SPL_PINCTRL for rk3188 X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=bfb11abef2a59b714fb5c7e7eb380fc6c59ec8e7;p=u-boot.git ARM: rockchip: Kconfig: Remove the SPL_PINCTRL for rk3188 It seems that pinctrl is not requested for rk3188 SPL, remove it so that can save more space for SPL image size. Signed-off-by: David Wu Reviewed-by: Philipp Tomsich Reviewed-by: Kever Yang Reviewed-by: Philipp Tomsich --- diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index 8e9d88c3f9..b9a026abb5 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -29,7 +29,6 @@ config ROCKCHIP_RK3188 select SUPPORT_SPL select SPL select SPL_CLK - select SPL_PINCTRL select SPL_REGMAP select SPL_SYSCON select SPL_RAM