commit | 8363c5eea769906c20ed3be2b8abe6d7311e4b9a | [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 | 7ee406e91080e2554182ef747309404e5b136a4f [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>