diff options
| author | Tom Rini <[email protected]> | 2018-07-11 09:05:25 -0400 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2018-08-08 13:34:27 +0200 |
| commit | 481ea2e39dacf227bc5d8a244352d03dfb9c0ac9 (patch) | |
| tree | d2ba42cb8761220a4af001861232e33bb1e382fa /arch/mips/Makefile | |
| parent | 215b4fae518a1ddcd36817cd1e420fa03d058d8e (diff) | |
mips: au1x00: Remove support for these SoCs
The only platform left for the AU1x00 SoCs was the pb1x00 platform, an
apparent clone of the dbau1x00 platform. As pb1x00 had no listed
maintainer I am assuming that it is also orphaned. Remove this platform
and then remove the unused SoC support.
Cc: Daniel Schwierzeck <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Daniel Schwierzeck <[email protected]>
Diffstat (limited to 'arch/mips/Makefile')
| -rw-r--r-- | arch/mips/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 5deec9a2028..a36f5f1fb6b 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -11,7 +11,6 @@ endif libs-y += arch/mips/cpu/ libs-y += arch/mips/lib/ -machine-$(CONFIG_SOC_AU1X00) += au1x00 machine-$(CONFIG_ARCH_ATH79) += ath79 machine-$(CONFIG_ARCH_BMIPS) += bmips machine-$(CONFIG_MACH_PIC32) += pic32 |
