]> git.kernelconcepts.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, 1 Jul 2014 14:00:28 +0000 (15:00 +0100)
commit33656d565da51bd01779600352ec28385ab806c8
tree47b1dfdc7c2716c0553d41572d3775c410c50425
parent5c65c360da06635f985684fa0ab41027660d0804
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