From 481ea2e39dacf227bc5d8a244352d03dfb9c0ac9 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 11 Jul 2018 09:05:25 -0400 Subject: 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 Signed-off-by: Tom Rini Reviewed-by: Daniel Schwierzeck --- arch/mips/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/mips/Makefile') diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 5deec9a202..a36f5f1fb6 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 -- cgit v1.2.3