]> git.ipfire.org Git - thirdparty/u-boot.git/commit
mips: au1x00: Remove support for these SoCs
authorTom Rini <trini@konsulko.com>
Wed, 11 Jul 2018 13:05:25 +0000 (09:05 -0400)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 8 Aug 2018 11:34:27 +0000 (13:34 +0200)
commit481ea2e39dacf227bc5d8a244352d03dfb9c0ac9
treed2ba42cb8761220a4af001861232e33bb1e382fa
parent215b4fae518a1ddcd36817cd1e420fa03d058d8e
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 <daniel.schwierzeck@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
23 files changed:
arch/mips/Kconfig
arch/mips/Makefile
arch/mips/include/asm/addrspace.h
arch/mips/mach-au1x00/Makefile [deleted file]
arch/mips/mach-au1x00/au1x00_eth.c [deleted file]
arch/mips/mach-au1x00/au1x00_ide.c [deleted file]
arch/mips/mach-au1x00/au1x00_serial.c [deleted file]
arch/mips/mach-au1x00/au1x00_usb_ohci.c [deleted file]
arch/mips/mach-au1x00/au1x00_usb_ohci.h [deleted file]
arch/mips/mach-au1x00/include/mach/au1x00.h [deleted file]
board/pb1x00/Kconfig [deleted file]
board/pb1x00/MAINTAINERS [deleted file]
board/pb1x00/Makefile [deleted file]
board/pb1x00/README [deleted file]
board/pb1x00/flash.c [deleted file]
board/pb1x00/lowlevel_init.S [deleted file]
board/pb1x00/pb1x00.c [deleted file]
configs/pb1000_defconfig [deleted file]
drivers/serial/serial.c
drivers/usb/gadget/gadget_chips.h
include/configs/pb1x00.h [deleted file]
include/netdev.h
include/serial.h