fix gcc6 build error
[profile/mobile/platform/kernel/u-boot-tm1.git] / include / prog_mid_logo.h
1 unsigned short __attribute__((packed, aligned(4))) prog_mid_palette[] = {
2 0x7cf, 0x69d, 0x7bf, 0x246, 0x147, 0x468, 0x8cf, 0x25, 0x7be, 0x59d,
3 0xadf, 0x37a, 0x79b, 0x6bf, 0x9be, 0x9df, };
4
5 unsigned short __attribute__((packed, aligned(4))) prog_mid_bitmap[] = {
6 0x3,   0x5,   0xc,   0xe,   0xa,   0xf,   0x6,   0x0,   0x2,   0xd,
7 0x2,   0x8,   0x1,   0x9,   0x1,   0x9,   0x1,   0x9,   0xb,   0x4,
8 0x7,   };
9
10 unsigned int __attribute__((packed, aligned(4))) prog_mid_num_bitmap[] = {
11 6,   6,   6,   6,   12,   6,   12,   6,   12,   18,
12 12,   6,   1,   1,   1,   1,   1,   1,   6,   6,
13 6,   };
14
15 #define prog_mid_width          6
16 #define prog_mid_height         22
17 #define prog_mid_num_elem               21