ARM: Disconnect elf_trampoline.c from ARMv6 build.

The trampoline code never functioned properly for Cortex CPUs,
and its functionality is already provided by ubldr.
This commit is contained in:
Michal Meloun 2016-10-05 12:17:43 +00:00
parent e5a8e24549
commit 983dea151d

View File

@ -74,7 +74,7 @@ FILES_CPU_FUNC = \
$S/$M/$M/cpufunc_asm_pj4b.S $S/$M/$M/cpufunc_asm_armv6.S \
$S/$M/$M/cpufunc_asm_armv7.S
.if defined(KERNPHYSADDR)
.if ${TARGET_ARCH} != "armv6" && defined(KERNPHYSADDR)
KERNEL_EXTRA=trampoline
KERNEL_EXTRA_INSTALL=kernel.gz.tramp
trampoline: ${KERNEL_KO}.tramp