[PATCH 1/4] powerpc: Remove unused MPC8540/60ADS code

Simon Glass sjg at chromium.org
Wed Feb 23 23:59:10 CET 2022


On Wed, 23 Feb 2022 at 10:29, Tom Rini <trini at konsulko.com> wrote:
>
> 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 at konsulko.com>
> ---
>  arch/powerpc/cpu/mpc85xx/Makefile      |   2 -
>  arch/powerpc/cpu/mpc85xx/commproc.c    | 188 ------
>  arch/powerpc/cpu/mpc85xx/cpu.c         |   4 -
>  arch/powerpc/cpu/mpc85xx/cpu_init.c    |  72 ---
>  arch/powerpc/cpu/mpc85xx/fdt.c         |   8 -
>  arch/powerpc/cpu/mpc85xx/serial_scc.c  | 262 --------
>  arch/powerpc/cpu/mpc85xx/speed.c       |  16 -
>  arch/powerpc/include/asm/cpm_85xx.h    | 824 -------------------------
>  arch/powerpc/include/asm/global_data.h |  11 -
>  arch/powerpc/include/asm/immap_85xx.h  | 327 ----------
>  arch/powerpc/lib/bdinfo.c              |  13 -
>  arch/powerpc/lib/bootm.c               |   6 -
>  drivers/pci/pci_mpc85xx.c              |   1 -
>  include/asm-generic/u-boot.h           |   6 -
>  include/configs/MPC8540ADS.h           | 303 ---------
>  include/configs/MPC8560ADS.h           | 292 ---------
>  16 files changed, 2335 deletions(-)
>  delete mode 100644 arch/powerpc/cpu/mpc85xx/commproc.c
>  delete mode 100644 arch/powerpc/cpu/mpc85xx/serial_scc.c
>  delete mode 100644 arch/powerpc/include/asm/cpm_85xx.h
>  delete mode 100644 include/configs/MPC8540ADS.h
>  delete mode 100644 include/configs/MPC8560ADS.h

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list