powerpc/64: Do not link crtsaveres.o in boot
authorNicholas Piggin <npiggin@gmail.com>
Thu, 11 May 2017 15:56:50 +0000 (01:56 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 30 May 2017 04:59:51 +0000 (14:59 +1000)
commit7c868b66f8cc29bb9a63632b324a6fa661bdec05
treea641fbadc0678b58ab6bd6ee2200a80e6bd6e4be
parentbaa25b571a168aff5a13bfdc973f1229e2b12b63
powerpc/64: Do not link crtsaveres.o in boot

crtsaveres.S is empty with 64-bit builds already, so just don't
build and link it to match the vmlinux build.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
[mpe: Use CONFIG_PPC64_BOOT_WRAPPER not CONFIG_PPC32 to fix BE build]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/boot/Makefile
arch/powerpc/boot/crtsavres.S