Re: [U-Boot] [PATCH] cfb_console: force natural alignment of unzipped bitmap images

2014-02-22 Thread Wolfgang Denk
Dear Eric Nelson, In message <1393103071-2788-1-git-send-email-eric.nel...@boundarydevices.com> you wrote: > Bitmaps contain 32-bit integers aligned at offsets of > +2, +6 within the bmp_header structure. This patch > forces them to be aligned properly when gzipped > bitmaps are used. This makes

[U-Boot] [PATCH] cfb_console: force natural alignment of unzipped bitmap images

2014-02-22 Thread Eric Nelson
Bitmaps contain 32-bit integers aligned at offsets of +2, +6 within the bmp_header structure. This patch forces them to be aligned properly when gzipped bitmaps are used. Refer to these files for more details: doc/README.displaying-bmps doc/README.arm-unaligned-accesses Signed-off