|
@@ -1,6 +1,6 @@
|
|
|
#define splash_width 640
|
|
|
#define splash_height 480
|
|
|
-static unsigned char splash_bits[] = {
|
|
|
+unsigned char __attribute__ ((aligned(16))) bootlogo_bits[] = {
|
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|