m68k: Drop unreferenced CONFIG_* defines
The following config symbols are only defined once and never referenced anywhere else: CONFIG_AMCORE CONFIG_ASTRO5373L CONFIG_M52277EVB CONFIG_M5253DEMO CONFIG_M5253EVBE CONFIG_M5275EVB CONFIG_M54418TWR CONFIG_STMARK2 Most of them are config symbols named after the respective boards which seems to have been a standard practice at some point. Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
This commit is contained in:
committed by
Tom Rini
parent
557017386b
commit
e6e5ecc5e2
@@ -18,7 +18,6 @@
|
||||
* High Level Configuration Options
|
||||
* (easy to change)
|
||||
*/
|
||||
#define CONFIG_M52277EVB /* M52277EVB board */
|
||||
|
||||
#define CONFIG_MCFUART
|
||||
#define CONFIG_SYS_UART_PORT (0)
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
#ifndef _M5253DEMO_H
|
||||
#define _M5253DEMO_H
|
||||
|
||||
#define CONFIG_M5253DEMO /* define board type */
|
||||
|
||||
#define CONFIG_MCFTMR
|
||||
|
||||
#define CONFIG_MCFUART
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
#ifndef _M5253EVBE_H
|
||||
#define _M5253EVBE_H
|
||||
|
||||
#define CONFIG_M5253EVBE /* define board type */
|
||||
|
||||
#define CONFIG_MCFTMR
|
||||
|
||||
#define CONFIG_MCFUART
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
* High Level Configuration Options
|
||||
* (easy to change)
|
||||
*/
|
||||
#define CONFIG_M5275EVB /* define board type */
|
||||
|
||||
#define CONFIG_MCFTMR
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
* High Level Configuration Options
|
||||
* (easy to change)
|
||||
*/
|
||||
#define CONFIG_M54418TWR /* M54418TWR board */
|
||||
|
||||
#define CONFIG_MCFUART
|
||||
#define CONFIG_SYS_UART_PORT (0)
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#ifndef __AMCORE_CONFIG_H
|
||||
#define __AMCORE_CONFIG_H
|
||||
|
||||
#define CONFIG_AMCORE
|
||||
#define CONFIG_HOSTNAME AMCORE
|
||||
|
||||
#define CONFIG_MCFTMR
|
||||
|
||||
@@ -39,8 +39,6 @@
|
||||
#error No card type defined!
|
||||
#endif
|
||||
|
||||
#define CONFIG_ASTRO5373L /* define board type */
|
||||
|
||||
/* Command line configuration */
|
||||
/*
|
||||
* CONFIG_RAM defines if u-boot is loaded via BDM (or started from
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#ifndef __STMARK2_CONFIG_H
|
||||
#define __STMARK2_CONFIG_H
|
||||
|
||||
#define CONFIG_STMARK2
|
||||
#define CONFIG_HOSTNAME stmark2
|
||||
|
||||
#define CONFIG_MCFUART
|
||||
|
||||
Reference in New Issue
Block a user