Re: [U-Boot] [PATCH v1 1/2] kwbimage: fix endianess issue

2015-11-27 Thread Stefan Roese
On 27.11.2015 09:43, Reinhard Pfau wrote: 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 Cc: Luka Perkov Reviewed-by: Stefan Roese Thanks, Stefan ___

[U-Boot] [PATCH v1 1/2] kwbimage: fix endianess issue

2015-11-27 Thread Reinhard Pfau
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 Cc: Luka Perkov --- tools/kwbimage.c | 43 --- tools/kwbimage.h | 3 ++- 2 files c