From: Simon Glass Date: Tue, 13 Sep 2016 13:05:50 +0000 (-0600) Subject: Remove CONFIG_SPL_PINCTRL_SUPPORT X-Git-Tag: v2016.11-rc1~144 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=98632b1fa7428b32e581d0ac2212623612cd8ffe;p=u-boot Remove CONFIG_SPL_PINCTRL_SUPPORT This option is not used. Drop it. Signed-off-by: Simon Glass --- diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h index 3c1f2c970c..cf5e5b26b8 100644 --- a/include/configs/rk3288_common.h +++ b/include/configs/rk3288_common.h @@ -63,8 +63,6 @@ #define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1 #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" -#define CONFIG_SPL_PINCTRL_SUPPORT - #define CONFIG_SYS_SDRAM_BASE 0 #define CONFIG_NR_DRAM_BANKS 1 #define SDRAM_BANK_SIZE (2UL << 30)