From ab2ccd219a709a3042a10589db9542114c231af0 Mon Sep 17 00:00:00 2001 From: Christoph Muellner Date: Wed, 24 Apr 2019 14:51:55 +0200 Subject: puma: defconfig: Use simple pinctrl driver in SPL. This patch reduces the SPL size by using the simple pinctrl driver in SPL. Signed-off-by: Christoph Muellner --- configs/puma-rk3399_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/puma-rk3399_defconfig b/configs/puma-rk3399_defconfig index 0aee8f52ac..b646e55597 100644 --- a/configs/puma-rk3399_defconfig +++ b/configs/puma-rk3399_defconfig @@ -81,7 +81,7 @@ CONFIG_ETH_DESIGNWARE=y CONFIG_GMAC_ROCKCHIP=y CONFIG_PINCTRL=y CONFIG_SPL_PINCTRL=y -CONFIG_SPL_PINCTRL_FULL=y +# CONFIG_SPL_PINCTRL_FULL is not set CONFIG_DM_PMIC=y CONFIG_DM_PMIC_FAN53555=y CONFIG_PMIC_RK8XX=y -- cgit v1.2.3