diff mbox series

[04/16] omap4: sdp4430: remove CONFIG_4430SDP

Message ID 1509020671-1321-5-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 8e07bb2b2b15bc76b1a1574cc3bbc75108932750
Headers show
Series Remove two unused drivers and unused CONFIG options | expand

Commit Message

Masahiro Yamada Oct. 26, 2017, 12:24 p.m. UTC
This macro is defined, but not referenced by anyone.

I did not touch config_whitelist.txt - the CONFIG will be dropped
by the next re-sync.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 include/configs/omap4_sdp4430.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini Oct. 28, 2017, 1:57 a.m. UTC | #1
On Thu, Oct 26, 2017 at 09:24:19PM +0900, Masahiro Yamada wrote:

> This macro is defined, but not referenced by anyone.

> 

> I did not touch config_whitelist.txt - the CONFIG will be dropped

> by the next re-sync.

> 

> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>


Applied to u-boot/master, thanks!

-- 
Tom
diff mbox series

Patch

diff --git a/include/configs/omap4_sdp4430.h b/include/configs/omap4_sdp4430.h
index c89bd13..c7f7131 100644
--- a/include/configs/omap4_sdp4430.h
+++ b/include/configs/omap4_sdp4430.h
@@ -16,7 +16,6 @@ 
 /*
  * High Level Configuration Options
  */
-#define CONFIG_4430SDP		1	/* working with SDP */
 #define CONFIG_MACH_TYPE	MACH_TYPE_OMAP_4430SDP
 
 #include <configs/ti_omap4_common.h>