]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: 8067/1: zImage: ensure header in LE format for BE8 kernels
authorNicolas Pitre <nico@fluxnic.net>
Mon, 2 Jun 2014 16:32:25 +0000 (17:32 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 24 Jun 2014 21:54:15 +0000 (22:54 +0100)
commitb4075c94415494c6243f76d42e6215ec9e55096e
tree2b0e10c793d047944bed1be67559bd17d1a7e558
parentea1dbf7d2033324c0a7201d47f6b15d8a8e1119e
ARM: 8067/1: zImage: ensure header in LE format for BE8 kernels

All known BE8-capable systems have LE bootloaders, so we need to ensure
that the magic number and image start/end values are in little endian
format.

[ben.dooks@codethink.co.uk: from nico's original email on this subject]
[taras.kondratiuk@linaro.org: removed lds.S->lds rule, added target to extra-y]

Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Taras Kondratiuk <taras.kondratiuk@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/boot/compressed/.gitignore
arch/arm/boot/compressed/Makefile
arch/arm/boot/compressed/head.S
arch/arm/boot/compressed/vmlinux.lds.in