On Wed, May 25, 2016 at 09:48:14AM +0100, Andre Przywara wrote:

> The arm64 Linux boot protocol [1] describes the fields in the Image
> header as being 64-bit little endian values.
> So fix the endianess conversion to use 64-bit sized operations, for
> both image_size and text_offset.
> Also we use a local variable for the image_size to avoid both writing
> to the header and also accessing it after we actually unmapped it.
> 
> Signed-off-by: Andre Przywara <andre.przyw...@arm.com>
> 
> [1] 
> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/arm64/booting.txt

Applied to u-boot/master, thanks!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to