diff mbox

[U-Boot,v4,35/45] Remove CONFIG_SPL_PINCTRL_SUPPORT

Message ID 1473771960-6418-36-git-send-email-sjg@chromium.org
State Accepted
Commit 98632b1fa7428b32e581d0ac2212623612cd8ffe
Delegated to: Tom Rini
Headers show

Commit Message

Simon Glass Sept. 13, 2016, 1:05 p.m. UTC
This option is not used. Drop it.

Signed-off-by: Simon Glass <sjg@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(-)

Comments

Tom Rini Sept. 18, 2016, 4 p.m. UTC | #1
On Tue, Sep 13, 2016 at 07:05:50AM -0600, Simon Glass wrote:

> This option is not used. Drop it.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox

Patch

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)