]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
m68k: Drop unreferenced CONFIG_* defines
authorTuomas Tynkkynen <tuomas@tuxera.com>
Fri, 12 Jan 2018 01:11:52 +0000 (03:11 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 19 Jan 2018 20:49:32 +0000 (15:49 -0500)
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>
12 files changed:
board/freescale/m52277evb/README
board/freescale/m5253evbe/README
doc/README.m54418twr
include/configs/M52277EVB.h
include/configs/M5253DEMO.h
include/configs/M5253EVBE.h
include/configs/M5275EVB.h
include/configs/M54418TWR.h
include/configs/amcore.h
include/configs/astro_mcf5373l.h
include/configs/stmark2.h
scripts/config_whitelist.txt

index 89e033e1c592a0421cb5dc4d109b706192ca64cd..b7ceb5993e7af0cb796b081183a279c0e0f18f1d 100644 (file)
@@ -67,7 +67,6 @@ Changed files:
 1.2 Configuration settings for M52277EVB Development Board
 CONFIG_MCF5227x                -- define for all MCF5227x CPUs
 CONFIG_M52277          -- define for all Freescale MCF52277 CPUs
-CONFIG_M52277EVB       -- define for M52277EVB board
 
 CONFIG_MCFUART         -- define to use common CF Uart driver
 CONFIG_SYS_UART_PORT           -- define UART port number, start with 0, 1 and 2
index 2ed5c768d532bc8155091398974c7fa873ea3c87..f4eae67fc0101eaa7d533d37da7de68d61fee520 100644 (file)
@@ -27,7 +27,6 @@ Created 06/05/2007
 3.1 Explanation on NEW definitions in include/configs/M5253EVBE.h
        CONFIG_MCF52x2          Processor family
        CONFIG_MCF5253          MCF5253 specific
-       CONFIG_M5253EVBE        Amadeus Plus board specific
        CONFIG_SYS_CLK                  Define Amadeus Plus CPU Clock
        CONFIG_SYS_MBAR         MBAR base address
        CONFIG_SYS_MBAR2                MBAR2 base address
index 1d90fccbcff13bd5f9a4d2cf155eaba4eebe6ff1..0ca74aa114c4b1b2bddae39895fa3c0c57e3c4fd 100644 (file)
@@ -63,7 +63,6 @@ Changed files:
 1.2 Configuration settings for M54418TWR Development Board
 CONFIG_MCF5441x                        -- define for all MCF5441x CPUs
 CONFIG_M54418                  -- define for all Freescale MCF54418 CPUs
-CONFIG_M54418TWR               -- define for M54418TWR board
 
 CONFIG_MCFUART                 -- define to use common CF Uart driver
 CONFIG_SYS_UART_PORT           -- define UART port number, start with 0, 1 and 2
index 98692df49513b639085ec46a968006b4ceff5349..72183f284ad3d76a1bf741b5fe196f5d8a43c1aa 100644 (file)
@@ -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)
index ff0995e651a6907f80003dff5326c7ea6e69b291..91e4bf80b212f8e552af68826af01d14adadf150 100644 (file)
@@ -7,8 +7,6 @@
 #ifndef _M5253DEMO_H
 #define _M5253DEMO_H
 
-#define CONFIG_M5253DEMO       /* define board type */
-
 #define CONFIG_MCFTMR
 
 #define CONFIG_MCFUART
index d7252a1b62db6e3d433fa0a19ce3217a964152e0..8d7250a5ba3fb6627fb7ee9178f1c53fcb84e910 100644 (file)
@@ -8,8 +8,6 @@
 #ifndef _M5253EVBE_H
 #define _M5253EVBE_H
 
-#define CONFIG_M5253EVBE       /* define board type */
-
 #define CONFIG_MCFTMR
 
 #define CONFIG_MCFUART
index bbc45bf7ba67c4e59844c9043b88c3f31369b7ae..38e785c0682367d24e554be7f198859740a30d49 100644 (file)
@@ -21,7 +21,6 @@
  * High Level Configuration Options
  * (easy to change)
  */
-#define CONFIG_M5275EVB                        /* define board type */
 
 #define CONFIG_MCFTMR
 
index 6469a919f6df1f5b854ff9369dcf51d079e1d132..3e2b6e174e996cd6f8936fbc9d600fde49fc0243 100644 (file)
@@ -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)
index 595bd57a7f58ce778b08e3694803b91a2939498f..b9fc5b5d084d68a9e5a868efe3e4b89cdc8acf3e 100644 (file)
@@ -9,7 +9,6 @@
 #ifndef __AMCORE_CONFIG_H
 #define __AMCORE_CONFIG_H
 
-#define CONFIG_AMCORE
 #define CONFIG_HOSTNAME                        AMCORE
 
 #define CONFIG_MCFTMR
index ceab037cc12ca1d9e8850d6329a4283e20a1d2e6..540db79a27b653cc15369b95cfd258c929d89aea 100644 (file)
@@ -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
index 75ca1ff2f686df2781f27ce68af585faf23e8123..cefadc1e818314f321eb8301d7249a6581ebf8fa 100644 (file)
@@ -9,7 +9,6 @@
 #ifndef __STMARK2_CONFIG_H
 #define __STMARK2_CONFIG_H
 
-#define CONFIG_STMARK2
 #define CONFIG_HOSTNAME                        stmark2
 
 #define CONFIG_MCFUART
index 588a76892f510dc8e5cce7305ab945ad4f66b492..dcb6dfc1038efc93ef14e5e8299965b260ce8f27 100644 (file)
@@ -29,7 +29,6 @@ CONFIG_AM335X_USB0_MODE
 CONFIG_AM335X_USB1
 CONFIG_AM335X_USB1_MODE
 CONFIG_AM437X_USB2PHY2_HOST
-CONFIG_AMCORE
 CONFIG_ANDES_PCU
 CONFIG_ANDES_PCU_BASE
 CONFIG_APBH_DMA
@@ -72,7 +71,6 @@ CONFIG_ARM_PL180_MMCI_BASE
 CONFIG_ARM_PL180_MMCI_CLOCK_FREQ
 CONFIG_ARM_THUMB
 CONFIG_ARP_TIMEOUT
-CONFIG_ASTRO5373L
 CONFIG_ASTRO_COFDMDUOS2
 CONFIG_ASTRO_TWIN7S2
 CONFIG_ASTRO_V512
@@ -1275,12 +1273,7 @@ CONFIG_LSXHL
 CONFIG_LYNXKDI
 CONFIG_M41T94_SPI_CS
 CONFIG_M520x
-CONFIG_M52277EVB
-CONFIG_M5253DEMO
-CONFIG_M5253EVBE
-CONFIG_M5275EVB
 CONFIG_M5301x
-CONFIG_M54418TWR
 CONFIG_M54451EVB
 CONFIG_M54455EVB
 CONFIG_MACB0_PHY
@@ -2165,7 +2158,6 @@ CONFIG_STM32_GPIO
 CONFIG_STM32_HSE_HZ
 CONFIG_STM32_HZ
 CONFIG_STM32_SERIAL
-CONFIG_STMARK2
 CONFIG_STRIDER
 CONFIG_STRIDER_CON
 CONFIG_STRIDER_CON_DP