diff options
author | Tuomas Tynkkynen <tuomas@tuxera.com> | 2018-03-06 01:46:38 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-03-09 09:23:10 -0500 |
commit | 17796171be8fca26fc9a792f21e3b8bc57f4c9af (patch) | |
tree | 7084e861fa42c2f37cb3a4ebb12aef05b049b0a8 /include/configs/omapl138_lcdk.h | |
parent | c604f47a80cbc41fa159bebdbcb17f8b6a0e7016 (diff) | |
download | u-boot-17796171be8fca26fc9a792f21e3b8bc57f4c9af.tar.gz |
ARM: Drop unreferenced CONFIG_* defines named after SoCs
The following config symbols are only defined once and never referenced
anywhere else:
CONFIG_ARM926EJS
CONFIG_CPUAT91
CONFIG_EXYNOS5800
CONFIG_SYS_CORTEX_R4
Most of them are config symbols named after the respective SoCs which
seems to have been a standard practice at some point.
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
Diffstat (limited to 'include/configs/omapl138_lcdk.h')
-rw-r--r-- | include/configs/omapl138_lcdk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h index 837286bd78..ea7bdf133d 100644 --- a/include/configs/omapl138_lcdk.h +++ b/include/configs/omapl138_lcdk.h @@ -23,7 +23,6 @@ * SoC Configuration */ #define CONFIG_MACH_OMAPL138_LCDK -#define CONFIG_ARM926EJS /* arm926ejs CPU core */ #define CONFIG_SYS_CLK_FREQ clk_get(DAVINCI_ARM_CLKID) #define CONFIG_SYS_OSCIN_FREQ 24000000 #define CONFIG_SYS_TIMERBASE DAVINCI_TIMER0_BASE |