diff options
author | Mark Greer <mgreer@animalcreek.com> | 2018-04-05 18:17:17 -0700 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-06-04 00:39:22 +1000 |
commit | 30f4bbe0472a9644d79a1624fde7f7ba4e44df68 (patch) | |
tree | d9cbe2951105732bfb09713dcd8e8b2f34837b89 /arch/powerpc/boot/Makefile | |
parent | 92c8c16f345759e87c5d5b771d438ff18ec7593f (diff) | |
download | linux-30f4bbe0472a9644d79a1624fde7f7ba4e44df68.tar.gz linux-30f4bbe0472a9644d79a1624fde7f7ba4e44df68.tar.bz2 linux-30f4bbe0472a9644d79a1624fde7f7ba4e44df68.zip |
powerpc/boot: Remove support for Marvell MPSC serial controller
There are no longer any platforms that use Marvell's MPSC serial
controller so remove its driver.
Signed-off-by: Mark Greer <mgreer@animalcreek.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/boot/Makefile')
-rw-r--r-- | arch/powerpc/boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index b5620ef68557..523ad27e2d40 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile @@ -126,7 +126,7 @@ src-wlib-$(CONFIG_40x) += 4xx.c planetcore.c src-wlib-$(CONFIG_44x) += 4xx.c ebony.c bamboo.c src-wlib-$(CONFIG_PPC_8xx) += mpc8xx.c planetcore.c fsl-soc.c src-wlib-$(CONFIG_PPC_82xx) += pq2.c fsl-soc.c planetcore.c -src-wlib-$(CONFIG_EMBEDDED6xx) += mpsc.c mv64x60.c mv64x60_i2c.c ugecon.c fsl-soc.c +src-wlib-$(CONFIG_EMBEDDED6xx) += mv64x60.c mv64x60_i2c.c ugecon.c fsl-soc.c src-wlib-$(CONFIG_XILINX_VIRTEX) += uartlite.c src-wlib-$(CONFIG_CPM) += cpm-serial.c |