diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-13 07:05:50 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 17:27:17 -0400 |
commit | 98632b1fa7428b32e581d0ac2212623612cd8ffe (patch) | |
tree | a0d42689de528a32496bd454280eef2905cbc467 | |
parent | fef718cee253c91e5b9f778cd020935a79786db7 (diff) | |
download | u-boot-98632b1fa7428b32e581d0ac2212623612cd8ffe.zip u-boot-98632b1fa7428b32e581d0ac2212623612cd8ffe.tar.gz u-boot-98632b1fa7428b32e581d0ac2212623612cd8ffe.tar.bz2 |
Remove CONFIG_SPL_PINCTRL_SUPPORT
This option is not used. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | include/configs/rk3288_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h index 3c1f2c9..cf5e5b2 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) |