[Query] do we need to patch arch/arm64/Makefile for ca53 errata843419

From: Jisheng Zhang <hidden>
Date: 2016-06-07 10:38:37

Dear all,

Per my understanding, newer aarch64 toolchain enable fix cortex-a53-843419
when configuring, but this only means gcc will pass "--fix-cortex-a53-843419"
to ld by default, however the linux kernel LD cmd ld rather than gcc, so
do we need to add something like the following into arch/arm64/Makefile?

ifeq ($(CONFIG_ARM64_ERRATUM_843419), y)
LDFLAGS_vmlinux += $(call ld-option, --fix-cortex-a53-843419)
endif

Thanks,
Jisheng
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help