powerpc: Remove unused MPC8540/60ADS code
authorTom Rini <trini@konsulko.com>
Wed, 23 Feb 2022 17:28:14 +0000 (12:28 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 3 Mar 2022 21:51:19 +0000 (16:51 -0500)
commit3db7b2bb4c23939336c0fb9aaa8bc6795410f5af
tree4770c71dd8948de36acefada6ee2ed6b0154fe5d
parent09cb77d22e8b87f02718a2e8f8ec7952f7673622
powerpc: Remove unused MPC8540/60ADS code

Remove some code, primarily CPM2 related, that is now unused since the
removal of MPC8540/60ADS.

Fixes 3913191c8a6b ("powerpc: mpc8540ads: mpc8560ads: Drop support for MPC8540/60ADS")
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
16 files changed:
arch/powerpc/cpu/mpc85xx/Makefile
arch/powerpc/cpu/mpc85xx/commproc.c [deleted file]
arch/powerpc/cpu/mpc85xx/cpu.c
arch/powerpc/cpu/mpc85xx/cpu_init.c
arch/powerpc/cpu/mpc85xx/fdt.c
arch/powerpc/cpu/mpc85xx/serial_scc.c [deleted file]
arch/powerpc/cpu/mpc85xx/speed.c
arch/powerpc/include/asm/cpm_85xx.h [deleted file]
arch/powerpc/include/asm/global_data.h
arch/powerpc/include/asm/immap_85xx.h
arch/powerpc/lib/bdinfo.c
arch/powerpc/lib/bootm.c
drivers/pci/pci_mpc85xx.c
include/asm-generic/u-boot.h
include/configs/MPC8540ADS.h [deleted file]
include/configs/MPC8560ADS.h [deleted file]