powerpc: drop PowerQUICC II Family ADS platform support
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 24 Feb 2023 20:49:58 +0000 (15:49 -0500)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 20 Apr 2023 03:21:48 +0000 (13:21 +1000)
commit859b21a008ebcc7fd876f50738f63750d46b5296
tree382bf4716bafcb5ff06488308f06387365e99f4d
parent33777a4e9bb93f66ac2511d99ec66ab50f1a04bc
powerpc: drop PowerQUICC II Family ADS platform support

Based on documentation revision dates, this MPC82xx pq2fads system
predates the MPC8272-ADS variant by about a year and only has 1/2
the amount of RAM (32MB) -- largely making it useless with a modern
v6.x kernel from today.

Similar to the MPC8272-ADS the pq2fads also supported other 82xx CPU
variants, had 8MB flash, and like the 8272 ADS platform, was on a fairly
large PCB in order to have space for breakout connectors for all features.

These 82xx platforms are two decades old, and originally made for a
small group of industry related people in order to assist in new OEM
board designs.  Given that, it makes sense to remove support today.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230224204959.17425-3-paul.gortmaker@windriver.com
arch/powerpc/boot/Makefile
arch/powerpc/boot/dts/pq2fads.dts [deleted file]
arch/powerpc/configs/ppc6xx_defconfig
arch/powerpc/configs/pq2fads_defconfig [deleted file]
arch/powerpc/platforms/82xx/Kconfig
arch/powerpc/platforms/82xx/Makefile
arch/powerpc/platforms/82xx/pq2fads.c [deleted file]