m68knommu: fix broken boot logo inclusion
[deliverable/linux.git] / arch / m68k / platform / 68328 / bootlogo.h
index 67bc2c17386edfb609aa5bf0970ad1685e5f7139..b896c933fafce4182b3af263690587f72aba2336 100644 (file)
@@ -1,6 +1,6 @@
 #define bootlogo_width 160
 #define bootlogo_height 160
-static unsigned char bootlogo_bits[] = {
+unsigned char __attribute__ ((aligned(16))) bootlogo_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x55, 0x01, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x40, 0x55, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
This page took 0.042588 seconds and 5 git commands to generate.