fix easylogo on big endian dev systems
authorMike Frysinger <vapier@gentoo.org>
Tue, 18 Dec 2007 09:29:55 +0000 (04:29 -0500)
committerWolfgang Denk <wd@denx.de>
Wed, 9 Jan 2008 14:10:08 +0000 (15:10 +0100)
commitfc6414eca55f1fc108fb12fc8cdc43bd8b4463f9
tree7008b67093b4b31df2a70e6135507f849a5ba2d9
parent38d299c2db81bd889c601b5dfc12c4e83ef83333
fix easylogo on big endian dev systems

didnt realize how out of shape easylogo actually was until i tried using it.
this patch does byte swapping as need be on the input tga header since the tga
is in little endian but the host could just as well be big endian.  i didnt
bother using bswap macros or such stuff from system headers as nothing in
POSIX dictates byte swapping functionality.

Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
tools/easylogo/easylogo.c