]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powerpc/boot: allow wrapper to work on non-english system
authorLaurent Vivier <laurent@vivier.eu>
Thu, 5 Nov 2015 11:31:34 +0000 (12:31 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 26 Nov 2015 11:11:16 +0000 (22:11 +1100)
commit58531b0c800fd514f04ae42b6cf5ab15abdf0651
tree9c5f03c9f11dcae032bbe3572593138dcf239325
parent6c3082151e13846fd872cc216e8cbb5a59cd0b12
powerpc/boot: allow wrapper to work on non-english system

if the language is not english objdump output is not parsed correctly
and format is "". Later, "ld -m $format" fails.

This patch adds "LANG=C" to force english output for objdump.

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/boot/wrapper