[U-Boot] [PATCH v4 35/45] Remove CONFIG_SPL_PINCTRL_SUPPORT
Simon Glass
sjg at chromium.org
Tue Sep 13 15:05:50 CEST 2016
This option is not used. Drop it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v4:
- Really drop CONFIG_SPL_PINCTRL_SUPPORT
Changes in v3: None
Changes in v2:
- Drop CONFIG_SPL_PINCTRL_SUPPORT
include/configs/rk3288_common.h | 2 --
1 file changed, 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)
--
2.8.0.rc3.226.g39d4020
More information about the U-Boot
mailing list