From 5e50f8787cefd7f35f8d33983876d56d1dc5463a Mon Sep 17 00:00:00 2001 From: Urja Rannikko Date: Wed, 13 May 2020 19:15:23 +0000 Subject: defconfig: veyron: no need for CONFIG_SPL_PINCTRL_FULL Veyrons do not need full pinctrl support for SPL. The full pinctrl support does nothing when enabled with OF_PLATDATA, thus was already unused. This frees about 4kB of SPL size. Signed-off-by: Urja Rannikko Reviewed-by: Kever Yang --- configs/chromebook_minnie_defconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configs/chromebook_minnie_defconfig') diff --git a/configs/chromebook_minnie_defconfig b/configs/chromebook_minnie_defconfig index c229177f64..99ac0e0674 100644 --- a/configs/chromebook_minnie_defconfig +++ b/configs/chromebook_minnie_defconfig @@ -75,8 +75,7 @@ CONFIG_SPI_FLASH_GIGADEVICE=y CONFIG_PINCTRL=y CONFIG_PINCONF=y CONFIG_SPL_PINCTRL=y -# CONFIG_SPL_PINMUX is not set -CONFIG_SPL_PINCONF=y +# CONFIG_SPL_PINCTRL_FULL is not set CONFIG_DM_PMIC=y # CONFIG_SPL_PMIC_CHILDREN is not set CONFIG_PMIC_RK8XX=y -- cgit