Commit 8e07bb2b2b15bc76b1a1574cc3bbc75108932750

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent b7e4dadfd9

omap4: sdp4430: remove CONFIG_4430SDP

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

include/configs/omap4_sdp4430.h
... ... @@ -16,7 +16,6 @@
16 16 /*
17 17 * High Level Configuration Options
18 18 */
19   -#define CONFIG_4430SDP 1 /* working with SDP */
20 19 #define CONFIG_MACH_TYPE MACH_TYPE_OMAP_4430SDP
21 20  
22 21 #include <configs/ti_omap4_common.h>