]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tools, bmp_logo: fix index from uint16_t to int to allow bigger logos
authorHeiko Schocher <hs@denx.de>
Sat, 3 Aug 2013 05:22:52 +0000 (07:22 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sat, 10 Aug 2013 08:48:00 +0000 (10:48 +0200)
commit3d192be9ad07ef13898c0e79ce29c3d70b253d67
tree3411c49456955a0731b6a0dc20f75c1f613d1da2
parent4e0236265cf9ed2c265a01d943fa8bcb3cbb09d9
tools, bmp_logo: fix index from uint16_t to int to allow bigger logos

when generating the bmp_logo_bitmap, the index is casted
as an uint16_t. So bigger logos as 65535 bytes are converted wrong
Fix this.

Signed-off-by: Heiko Schocher <hs@denx.de>
Cc: Anatolij Gustschin <agust@denx.de>
tools/bmp_logo.c