linux/arch/m68k/platform/68328
Greg Ungerer c0e0c89c08 m68knommu: fix broken boot logo inclusion
Compiling for the m68knommu/68328 Palm/Pilot target you get:

  AS      arch/m68k/platform/68328/head-pilot.o
arch/m68k/platform/68328/head-pilot.S:37:23: fatal error: bootlogo.rh: No such file or directory

The build for this target used to do a conversion on a C coded boot logo
and include this in the head assembler code. This got broken by changes to
the local Makefile.

Clean all this up by just including the C coded boot logo struct in the
C code. With the appropriate alignment attribute there is no difference
to the way it can be used.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
2011-12-30 10:17:34 +10:00
..
bootlogo.h m68knommu: fix broken boot logo inclusion 2011-12-30 10:17:34 +10:00
config.c m68knommu: fix broken boot logo inclusion 2011-12-30 10:17:34 +10:00
entry.S m68k: merge mmu and non-mmu include/asm/entry.h files 2011-10-18 14:22:25 +10:00
head-de2.S m68k: merge m68k and m68knommu arch directories 2011-03-25 14:05:13 +10:00
head-pilot.S m68knommu: fix broken boot logo inclusion 2011-12-30 10:17:34 +10:00
head-ram.S m68k: merge m68k and m68knommu arch directories 2011-03-25 14:05:13 +10:00
head-rom.S m68knommu: fix broken boot logo inclusion 2011-12-30 10:17:34 +10:00
ints.c m68k: Revive reporting of spurious interrupts 2011-07-25 11:20:41 +10:00
Makefile m68knommu: fix broken boot logo inclusion 2011-12-30 10:17:34 +10:00
romvec.S m68k: merge m68k and m68knommu arch directories 2011-03-25 14:05:13 +10:00
timers.c clocksource: m86k: Convert to clocksource_register_hz/khz 2011-12-24 21:47:56 +10:00