]> git.sur5r.net Git - u-boot/commit
ARM: Drop unreferenced CONFIG_* defines named after boards
authorTuomas Tynkkynen <tuomas@tuxera.com>
Mon, 5 Mar 2018 23:46:39 +0000 (01:46 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 9 Mar 2018 14:23:10 +0000 (09:23 -0500)
commitb996b7d426de6d52a9ee54045bb8fe65f1cb3f27
treee0450b18da82bf0da65728289c7e67c47e0727d0
parent17796171be8fca26fc9a792f21e3b8bc57f4c9af
ARM: Drop unreferenced CONFIG_* defines named after boards

The following config symbols are only defined once and never referenced
anywhere else:

CONFIG_AT91SAM9263EK
CONFIG_AT91SAM9RLEK
CONFIG_BARIX_IPAM390
CONFIG_BOARD_H2200
CONFIG_EP9301
CONFIG_KZM_A9_GT
CONFIG_PICOSAM
CONFIG_PLATINUM_PICON
CONFIG_PLATINUM_TITANIUM
CONFIG_PM9261
CONFIG_PM9263
CONFIG_PM9G45
CONFIG_SIEMENS_DRACO
CONFIG_SIEMENS_PXM2
CONFIG_SIEMENS_RUT
CONFIG_SMDKC100
CONFIG_SMDKV310
CONFIG_STM32F4DISCOVERY

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>
20 files changed:
include/configs/at91sam9263ek.h
include/configs/at91sam9rlek.h
include/configs/draco.h
include/configs/edb93xx.h
include/configs/h2200.h
include/configs/ipam390.h
include/configs/kzm9g.h
include/configs/picosam9g45.h
include/configs/platinum_picon.h
include/configs/platinum_titanium.h
include/configs/pm9261.h
include/configs/pm9263.h
include/configs/pm9g45.h
include/configs/pxm2.h
include/configs/rut.h
include/configs/smdkc100.h
include/configs/smdkv310.h
include/configs/stm32f429-discovery.h
include/configs/stm32f469-discovery.h
scripts/config_whitelist.txt