mirror of
https://github.com/joel16/android_kernel_sony_msm8994_rework.git
synced 2024-11-23 11:59:58 +00:00
Makefile: Enable ld fix for cortex-a53 errata 843419
Enable the linker flag --fix-cortex-a53-843419 for ARM Cortex-A53 Errata 843419 Change-Id: I03e7be05eb96c4708c9791b4efbb7d4831ef5704 Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
This commit is contained in:
parent
71d0627e3e
commit
2ad6e5eac8
3
Makefile
3
Makefile
@ -702,6 +702,9 @@ ifeq ($(CONFIG_STRIP_ASM_SYMS),y)
|
|||||||
LDFLAGS_vmlinux += $(call ld-option, -X,)
|
LDFLAGS_vmlinux += $(call ld-option, -X,)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
LDFLAGS_vmlinux += $(call ld-option, --fix-cortex-a53-843419)
|
||||||
|
LDFLAGS_MODULE += $(call ld-option, --fix-cortex-a53-843419)
|
||||||
|
|
||||||
# Default kernel image to build when no specific target is given.
|
# Default kernel image to build when no specific target is given.
|
||||||
# KBUILD_IMAGE may be overruled on the command line or
|
# KBUILD_IMAGE may be overruled on the command line or
|
||||||
# set in the environment
|
# set in the environment
|
||||||
|
Loading…
Reference in New Issue
Block a user