From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 27 Nov 2015 11:31:05 +0100 Subject: [U-Boot] [PATCH v1 1/2] kwbimage: fix endianess issue In-Reply-To: <1448613827-2349-2-git-send-email-reinhard.pfau@gdsys.cc> References: <1448613827-2349-1-git-send-email-reinhard.pfau@gdsys.cc> <1448613827-2349-2-git-send-email-reinhard.pfau@gdsys.cc> Message-ID: <565830E9.5020504@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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