[U-Boot] [PATCH v2 3/9] ARM: rockchip: Kconfig: Remove the SPL_PINCTRL for rk3188
Kever Yang
kever.yang at rock-chips.com
Tue Jan 22 09:12:02 UTC 2019
On 01/02/2019 08:50 PM, David Wu wrote:
> 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 <david.wu at rock-chips.com>
> Reviewed-by: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
Reviewed-by: Kever Yang <kever.yang at rock-chips.com>
Thanks,
- Kever
> ---
>
> Changes in v2: None
>
> arch/arm/mach-rockchip/Kconfig | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig
> index 6dc8e3a017..15c6ed2340 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
More information about the U-Boot
mailing list