commit | a8840dced0745165073b3d7163ee42404da09bdc | [log] [tgz] |
---|---|---|
author | Reinhard Pfau <reinhard.pfau@gdsys.cc> | Sun Nov 29 15:48:25 2015 +0100 |
committer | Luka Perkov <luka.perkov@sartura.hr> | Sun Nov 29 16:02:44 2015 +0100 |
tree | 3974d2ee18388967b699b1616dc147581b6856f9 | |
parent | 777208593012d03a8b839bd03f0e7f2129bf1b83 [diff] |
tools/kwbimage: fix endianess issue KWB image header values are in little endian (LE). So adding appropriate cpu_to_leXX() calls to allow building those images on BE hosts, too. Signed-off-by: Reinhard Pfau <reinhard.pfau@gdsys.cc> Reviewed-by: Stefan Roese <sr@denx.de>