]> git.baikalelectronics.ru Git - kernel.git/commit
m68knommu: move and fix the 68VZ328 platform bootlogo.h
authorGreg Ungerer <gerg@uclinux.org>
Wed, 21 Mar 2012 04:22:43 +0000 (14:22 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Mon, 16 Apr 2012 05:11:04 +0000 (15:11 +1000)
commitaa433b459dccb5c24074ca2f2b8b2d4765f104c0
treed0d6b791c7617d274396fbff539293d1999a10a3
parent0f9be25149a097c2afa1b8a759e74466b7f23487
m68knommu: move and fix the 68VZ328 platform bootlogo.h

The 68EZ328/bootlogo.h is not actually used in the 68EZ328 platform code
at all. It is used by the 68VZ328 platform code though, so move it to be
with the rest of the 68VZ328 platform code.

Commit 0ef7424765edca0180620c9e51727a5e5af111d4 ("fix broken boot logo
inclusion") modified the bootlogo code to not be included in asm code.
Modify 68VZ328/bootlogo.h so that the bootlogo bit map is named correctly
for direct use in the C code.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/platform/68EZ328/bootlogo.h [deleted file]
arch/m68k/platform/68VZ328/bootlogo.h [new file with mode: 0644]