commit | 3efeaae506e67470c2e0f27cf647c3b3c1d712f0 | [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 | da43fd3bcfbd3aabc329d2cdae19bae9d8ab8151 [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>