summaryrefslogtreecommitdiff
path: root/arch/m68k/platform/68000/bootlogo-vz.h
AgeCommit message (Collapse)AuthorFilesLines
2014-09-29m68k: move non-mmu 68000 platform codeGreg Ungerer1-3204/+0
The non-mmu 68000 specific code is inconsistently placed under a directory named "platform". Move it to arch/m68k/ along with the other platform and machine directories. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
2012-12-05m68knommu: platform code merge for 68000 core cpusLuis Alves1-0/+3204
This patch merges all 68000 core cpus into one directory. There is a lot of common code in the 68328, 68EZ328 and 68VZ328 directories. This will also facilitate easy development of support for original stand alone MC68000 CPU machines. Signed-off-by: Luis Alves <ljalvs@gmail.com> Signed-off-by: Greg Ungerer <gerg@uclinux.org>