commit | 3fa2b52c0cda9da8f2d64f70e1f89bb33a14796b | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Tue Dec 18 04:29:55 2007 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Wed Jan 09 15:10:08 2008 +0100 |
tree | 7008b67093b4b31df2a70e6135507f849a5ba2d9 | |
parent | fc78ad1505ae9c036700e82ce61e40f3fbea2a9e [diff] |
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>