logo: remove meaningless packed attributte
[profile/mobile/platform/kernel/u-boot-tm1.git] / include / prog_mid_logo.h
index 9147264..9d78e86 100644 (file)
@@ -1,13 +1,13 @@
-unsigned short __attribute__((packed, aligned(4))) prog_mid_palette[] = {
+unsigned short __attribute__((aligned(4))) prog_mid_palette[] = {
 0x7cf, 0x69d, 0x7bf, 0x246, 0x147, 0x468, 0x8cf, 0x25, 0x7be, 0x59d,
 0xadf, 0x37a, 0x79b, 0x6bf, 0x9be, 0x9df, };
 
-unsigned short __attribute__((packed, aligned(4))) prog_mid_bitmap[] = {
+unsigned short __attribute__((aligned(4))) prog_mid_bitmap[] = {
 0x3,   0x5,   0xc,   0xe,   0xa,   0xf,   0x6,   0x0,   0x2,   0xd,
 0x2,   0x8,   0x1,   0x9,   0x1,   0x9,   0x1,   0x9,   0xb,   0x4,
 0x7,   };
 
-unsigned int __attribute__((packed, aligned(4))) prog_mid_num_bitmap[] = {
+unsigned int __attribute__((aligned(4))) prog_mid_num_bitmap[] = {
 6,   6,   6,   6,   12,   6,   12,   6,   12,   18,
 12,   6,   1,   1,   1,   1,   1,   1,   6,   6,
 6,   };