commit | 36a91be200199f4bf17deba0bf53a1880736b005 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Sat Aug 03 07:22:52 2013 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Sat Aug 10 10:48:00 2013 +0200 |
tree | 3411c49456955a0731b6a0dc20f75c1f613d1da2 | |
parent | 605d2b45ac609266810d1ab25591704b00774fe1 [diff] |
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>