]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: Drop unreferenced CONFIG_MACH_* defines
authorTuomas Tynkkynen <tuomas@tuxera.com>
Thu, 21 Dec 2017 01:58:53 +0000 (03:58 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 10 Jan 2018 13:05:50 +0000 (08:05 -0500)
commitcfb8462aae87f55fd2f213a8c2ef59a5cd9a860f
treef0d374d28e2197d151d7c6040a9068cd9af65f54
parentb5914419ebd51596c0a0c7ab89e10a1b734954b2
ARM: Drop unreferenced CONFIG_MACH_* defines

These macros are all defined once and never checked or used anywhere:

CONFIG_MACH_ASPENITE
CONFIG_MACH_DAVINCI_CALIMAIN
CONFIG_MACH_DOCKSTAR
CONFIG_MACH_EDMINIV2
CONFIG_MACH_GOFLEXHOME
CONFIG_MACH_GONI
CONFIG_MACH_GURUPLUG
CONFIG_MACH_KM_KIRKWOOD
CONFIG_MACH_OPENRD_BASE
CONFIG_MACH_SHEEVAPLUG

Almost all of them were only used for the mach_is_foo() logic in
arch/arm/asm/mach-types.h that were dropped in
commit f9dadaef8b75fa ("arm: Re-sync asm/mach-types.h with
Linux Kernel v4.9")

Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
include/configs/aspenite.h
include/configs/calimain.h
include/configs/dockstar.h
include/configs/edminiv2.h
include/configs/goflexhome.h
include/configs/guruplug.h
include/configs/km/km_arm.h
include/configs/openrd.h
include/configs/s5p_goni.h
include/configs/sheevaplug.h
scripts/config_whitelist.txt