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 Inline Diff

include/configs/omap4_sdp4430.h
1 /* 1 /*
2 * (C) Copyright 2010 2 * (C) Copyright 2010
3 * Texas Instruments Incorporated. 3 * Texas Instruments Incorporated.
4 * Aneesh V <aneesh@ti.com> 4 * Aneesh V <aneesh@ti.com>
5 * Steve Sakoman <steve@sakoman.com> 5 * Steve Sakoman <steve@sakoman.com>
6 * 6 *
7 * Configuration settings for the TI SDP4430 board. 7 * Configuration settings for the TI SDP4430 board.
8 * See ti_omap4_common.h for OMAP4 common part 8 * See ti_omap4_common.h for OMAP4 common part
9 * 9 *
10 * SPDX-License-Identifier: GPL-2.0+ 10 * SPDX-License-Identifier: GPL-2.0+
11 */ 11 */
12 12
13 #ifndef __CONFIG_SDP4430_H 13 #ifndef __CONFIG_SDP4430_H
14 #define __CONFIG_SDP4430_H 14 #define __CONFIG_SDP4430_H
15 15
16 /* 16 /*
17 * High Level Configuration Options 17 * High Level Configuration Options
18 */ 18 */
19 #define CONFIG_4430SDP 1 /* working with SDP */
20 #define CONFIG_MACH_TYPE MACH_TYPE_OMAP_4430SDP 19 #define CONFIG_MACH_TYPE MACH_TYPE_OMAP_4430SDP
21 20
22 #include <configs/ti_omap4_common.h> 21 #include <configs/ti_omap4_common.h>
23 22
24 /* ENV related config options */ 23 /* ENV related config options */
25 #define CONFIG_SYS_MMC_ENV_DEV 1 /* SLOT2: eMMC(1) */ 24 #define CONFIG_SYS_MMC_ENV_DEV 1 /* SLOT2: eMMC(1) */
26 #define CONFIG_ENV_OFFSET 0xE0000 25 #define CONFIG_ENV_OFFSET 0xE0000
27 26
28 #endif /* __CONFIG_SDP4430_H */ 27 #endif /* __CONFIG_SDP4430_H */
29 28