|
@@ -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,
|