ppc: Remove MPC8555CDS boards
authorTom Rini <trini@konsulko.com>
Sat, 15 May 2021 01:34:21 +0000 (21:34 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 7 Jul 2021 23:52:23 +0000 (19:52 -0400)
commit98898601b46920904e63419fa38dd16a3e3b740e
tree2e384808ca5ebd7fa88ac869de8ea8b6703ea213
parenta8571337d78093d2aff25add22df5cdc4e30f8a9
ppc: Remove MPC8555CDS boards

These boards have not been converted to CONFIG_DM_PCI by the deadline and is
also missing conversion to CONFIG_DM.  Remove them.  As this is the only
ARCH_MPC8555 platform left, remove that support as well.

Cc: Priyanka Jain <priyanka.jain@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
20 files changed:
arch/powerpc/cpu/mpc85xx/Kconfig
arch/powerpc/cpu/mpc85xx/cpu.c
arch/powerpc/cpu/mpc85xx/pci.c
arch/powerpc/cpu/mpc85xx/speed.c
arch/powerpc/include/asm/cpm_85xx.h
arch/powerpc/include/asm/fsl_lbc.h
arch/powerpc/include/asm/immap_85xx.h
board/freescale/common/Makefile
board/freescale/mpc8555cds/Kconfig [deleted file]
board/freescale/mpc8555cds/MAINTAINERS [deleted file]
board/freescale/mpc8555cds/Makefile [deleted file]
board/freescale/mpc8555cds/ddr.c [deleted file]
board/freescale/mpc8555cds/law.c [deleted file]
board/freescale/mpc8555cds/mpc8555cds.c [deleted file]
board/freescale/mpc8555cds/tlb.c [deleted file]
configs/MPC8555CDS_defconfig [deleted file]
configs/MPC8555CDS_legacy_defconfig [deleted file]
drivers/ddr/fsl/ctrl_regs.c
drivers/ddr/fsl/mpc85xx_ddr_gen1.c
include/configs/MPC8555CDS.h [deleted file]