diff options
author | Tuomas Tynkkynen <tuomas@tuxera.com> | 2018-01-12 02:47:20 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-19 15:49:31 -0500 |
commit | 7e477755b12261e39b345c33bda4e89075ef9d32 (patch) | |
tree | 0fdb482e53e0808e5a55bb0e38f701012eafa1ea /scripts | |
parent | a5bee50720cbab7b1c1556639fd465c934f10697 (diff) | |
download | u-boot-7e477755b12261e39b345c33bda4e89075ef9d32.tar.gz |
pcmcia: Drop a bunch of unused CONFIG_SYS_PCMCIA_ macros
Last users of the following macros (for n = 0..7) were removed in
commit 5b8e76c35ec312a ("powerpc, 8xx: remove support for 8xx"):
CONFIG_SYS_PCMCIA_PBRn
CONFIG_SYS_PCMCIA_PORn
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 394243b3d2..88b2143433 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -4199,22 +4199,6 @@ CONFIG_SYS_PCMCIA_ATTR_BASE CONFIG_SYS_PCMCIA_IO_BASE CONFIG_SYS_PCMCIA_MEM_ADDR CONFIG_SYS_PCMCIA_MEM_SIZE -CONFIG_SYS_PCMCIA_PBR0 -CONFIG_SYS_PCMCIA_PBR1 -CONFIG_SYS_PCMCIA_PBR2 -CONFIG_SYS_PCMCIA_PBR3 -CONFIG_SYS_PCMCIA_PBR4 -CONFIG_SYS_PCMCIA_PBR5 -CONFIG_SYS_PCMCIA_PBR6 -CONFIG_SYS_PCMCIA_PBR7 -CONFIG_SYS_PCMCIA_POR0 -CONFIG_SYS_PCMCIA_POR1 -CONFIG_SYS_PCMCIA_POR2 -CONFIG_SYS_PCMCIA_POR3 -CONFIG_SYS_PCMCIA_POR4 -CONFIG_SYS_PCMCIA_POR5 -CONFIG_SYS_PCMCIA_POR6 -CONFIG_SYS_PCMCIA_POR7 CONFIG_SYS_PDCNT CONFIG_SYS_PEHLPAR CONFIG_SYS_PEPAR |