]> git.baikalelectronics.ru Git - kernel.git/commit
m68knommu: fix broken boot logo inclusion
authorGreg Ungerer <gerg@uclinux.org>
Thu, 22 Dec 2011 06:19:59 +0000 (16:19 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Fri, 30 Dec 2011 00:17:34 +0000 (10:17 +1000)
commitf04e2674fc936ef4f03251e72c64ad4fe1f3318f
tree60bdd9106863a003f30b33a34ee74e8567f342ba
parent8008c0a8129d19b1ffab81c25394b1060596c9b0
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>
arch/m68k/platform/68328/Makefile
arch/m68k/platform/68328/bootlogo.h
arch/m68k/platform/68328/bootlogo.pl [deleted file]
arch/m68k/platform/68328/config.c
arch/m68k/platform/68328/head-pilot.S
arch/m68k/platform/68328/head-rom.S