powerpc/ps3: Do not adjust the wrapper load address
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 20 Mar 2012 03:13:51 +0000 (14:13 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 21 Mar 2012 00:16:13 +0000 (11:16 +1100)
commitdfbc2d75c1bd47c3186fa91f1655ea2f3825b0ec
treefcf40239b8b08b1072d14e0ec8f336be30fa0ae2
parenta6626ffe09d379bad4d0e49885f9195946ac875d
powerpc/ps3: Do not adjust the wrapper load address

Commit c55aef0e5bc6 "powerpc/boot: Change the load address for the wrapper
to fit the kernel" adjusted the laod address if the uncompressed kernel
was too large.  Ps3 does not compress the kernel and uses a different
linker script, so do not adjust the load address in that case.

fixes this build error:

powerpc64-linux-ld: section .text loaded at [0000000000e00000,0000000000e0721b] overlaps section .kernel:dtb loaded at [0000000000e00000,0000000000e0066f]

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/boot/wrapper