ppc: Remove MPC8541CDS board
authorTom Rini <trini@konsulko.com>
Sat, 15 May 2021 01:34:20 +0000 (21:34 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 7 Jul 2021 23:52:23 +0000 (19:52 -0400)
commita8571337d78093d2aff25add22df5cdc4e30f8a9
tree50301d40ffc2cac1a6c368901f6c0170a14d98e4
parent5fe4c0cc6e80cffb6fb91a3c35a8adb6ce4e0e2b
ppc: Remove MPC8541CDS board

This board has not been converted to CONFIG_DM_PCI by the deadline and is
also missing conversion to CONFIG_DM.  Remove it.  As this is the only
MPC8541 target left, remove that architecture 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/mpc8541cds/Kconfig [deleted file]
board/freescale/mpc8541cds/MAINTAINERS [deleted file]
board/freescale/mpc8541cds/Makefile [deleted file]
board/freescale/mpc8541cds/ddr.c [deleted file]
board/freescale/mpc8541cds/law.c [deleted file]
board/freescale/mpc8541cds/mpc8541cds.c [deleted file]
board/freescale/mpc8541cds/tlb.c [deleted file]
configs/MPC8541CDS_defconfig [deleted file]
configs/MPC8541CDS_legacy_defconfig [deleted file]
drivers/ddr/fsl/ctrl_regs.c
drivers/ddr/fsl/mpc85xx_ddr_gen1.c
include/configs/MPC8541CDS.h [deleted file]