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:
parent
e5a8e24549
commit
983dea151d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user