Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9901e90 authored by Rohit Vaswani's avatar Rohit Vaswani Committed by Gerrit - the friendly Code Review server
Browse files

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: default avatarRohit Vaswani <rvaswani@codeaurora.org>
parent 91cab8ef
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -797,6 +797,9 @@ ifeq ($(CONFIG_STRIP_ASM_SYMS),y)
LDFLAGS_vmlinux	+= $(call ld-option, -X,)
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.
# KBUILD_IMAGE may be overruled on the command line or
# set in the environment