m68k: m68328: move platform code to separate files
authorArnd Bergmann <arnd@arndb.de>
Fri, 30 Oct 2020 14:26:23 +0000 (15:26 +0100)
committerGreg Ungerer <gerg@linux-m68k.org>
Sun, 6 Dec 2020 23:37:58 +0000 (09:37 +1000)
commita734bbf694270dca8594a5c33375867dc31503f5
treedb7d21e1d0c736285ab003be58eac91f942b5011
parent670d39657ca355615428d176e9de4e69bfb3cf9b
m68k: m68328: move platform code to separate files

The dragen2 and ucsimm/ucdimm files require a bit of
custom code compared to the other dragonball platforms,
move them into separate files as a preparation for a
build fix.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
arch/m68k/68000/Makefile
arch/m68k/68000/dragen2.c [new file with mode: 0644]
arch/m68k/68000/m68328.c
arch/m68k/68000/m68328.h [new file with mode: 0644]
arch/m68k/68000/m68EZ328.c
arch/m68k/68000/m68VZ328.c
arch/m68k/68000/ucsimm.c [new file with mode: 0644]