diff options
author | Tuomas Tynkkynen <tuomas@tuxera.com> | 2018-01-21 18:16:42 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-28 12:27:32 -0500 |
commit | 8996975ff8422e07f43eb8b3b0c7ed8c2b35442f (patch) | |
tree | c25ffb8027aa5ff321a6089d72bed0d2d2d01308 /scripts | |
parent | 662282203ac535d98d523700bfdba09664b2225d (diff) | |
download | u-boot-8996975ff8422e07f43eb8b3b0c7ed8c2b35442f.zip u-boot-8996975ff8422e07f43eb8b3b0c7ed8c2b35442f.tar.gz u-boot-8996975ff8422e07f43eb8b3b0c7ed8c2b35442f.tar.bz2 |
powerpc: Drop CONFIG_WALNUT and other related dead code
CONFIG_WALNUT was dropped in June 2017 in:
commit 98f705c9cefdfd ("powerpc: remove 4xx support")
While at it, the related CONFIG_MACH_SPECIFIC and the have_of
and _machine variables are unused as well, so drop them too.
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index bc7a148..76999ad 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1276,7 +1276,6 @@ CONFIG_MACB2_PHY CONFIG_MACB3_PHY CONFIG_MACB_SEARCH_PHY CONFIG_MACH_OMAPL138_LCDK -CONFIG_MACH_SPECIFIC CONFIG_MACH_TYPE CONFIG_MACH_TYPE_COMPAT_REV CONFIG_MACRESET_TIMEOUT |