commit | 17796171be8fca26fc9a792f21e3b8bc57f4c9af | [log] [tgz] |
---|---|---|
author | Tuomas Tynkkynen <tuomas@tuxera.com> | Tue Mar 06 01:46:38 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 09 09:23:10 2018 -0500 |
tree | 7084e861fa42c2f37cb3a4ebb12aef05b049b0a8 | |
parent | c604f47a80cbc41fa159bebdbcb17f8b6a0e7016 [diff] |
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>