m68k: Remove dead code
authorTom Rini <trini@konsulko.com>
Wed, 25 May 2022 19:11:18 +0000 (15:11 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 6 Jun 2022 16:09:12 +0000 (12:09 -0400)
commit1cb7d7781242b1fddf791f73d32221796f643bf5
tree7b4434131b910496de8e0ec835b55b110d55f2d1
parent90f0819a318b44d0c92611b7419d73781402476d
m68k: Remove dead code

There are no mcf5227x platforms, remove the CPU code.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/m68k/Kconfig
arch/m68k/cpu/mcf5227x/Makefile [deleted file]
arch/m68k/cpu/mcf5227x/cpu.c [deleted file]
arch/m68k/cpu/mcf5227x/cpu_init.c [deleted file]
arch/m68k/cpu/mcf5227x/dspi.c [deleted file]
arch/m68k/cpu/mcf5227x/interrupts.c [deleted file]
arch/m68k/cpu/mcf5227x/speed.c [deleted file]
arch/m68k/cpu/mcf5227x/start.S [deleted file]