diff options
| author | Tuomas Tynkkynen <[email protected]> | 2018-03-06 01:46:37 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-03-09 09:23:10 -0500 |
| commit | c604f47a80cbc41fa159bebdbcb17f8b6a0e7016 (patch) | |
| tree | 9f3087658af59e4dd0208ddb9c73dfa21464bae2 /include | |
| parent | d38826a3dceaa804a559f178f95ce689fd31bdff (diff) | |
MIPS: Drop unreferenced CONFIG_* defines
The following config symbols are only defined once and never referenced
anywhere else:
CONFIG_DBAU1X00
CONFIG_PB1X00
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 <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/dbau1x00.h | 1 | ||||
| -rw-r--r-- | include/configs/pb1x00.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/dbau1x00.h b/include/configs/dbau1x00.h index ebd2c239608..f00111a8c40 100644 --- a/include/configs/dbau1x00.h +++ b/include/configs/dbau1x00.h @@ -12,7 +12,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_DBAU1X00 1 #define CONFIG_SOC_AU1X00 1 /* alchemy series cpu */ #ifdef CONFIG_DBAU1000 diff --git a/include/configs/pb1x00.h b/include/configs/pb1x00.h index 972c13a6251..8adb7d7cfae 100644 --- a/include/configs/pb1x00.h +++ b/include/configs/pb1x00.h @@ -12,7 +12,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_PB1X00 1 #define CONFIG_SOC_AU1X00 1 /* alchemy series cpu */ #ifdef CONFIG_PB1000 |
