]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitf9b8db952667eee34fe1d95fe1745aaab6ee195d
tree4770c71dd8948de36acefada6ee2ed6b0154fe5d
parentec893cef7242be0d8b6889cf8a7214e4dfe0131a
powerpc: Remove unused MPC8540/60ADS code

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

Fixes 0742457416d1 ("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]