blob: ca06ed3d4f9297a69896c10cd89a755a7ee9e17a [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
David Feng0ae76532013-12-14 11:47:35 +08002#
3# (C) Copyright 2002
4# Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
David Feng0ae76532013-12-14 11:47:35 +08005PLATFORM_RELFLAGS += -fno-common -ffixed-x18
Rasmus Villemoes4b053012022-08-08 16:12:30 +02006PLATFORM_RELFLAGS += $(call cc-option,-mbranch-protection=none)
David Feng0ae76532013-12-14 11:47:35 +08007
Tom Rini1551df32014-02-25 10:27:01 -05008PF_NO_UNALIGNED := $(call cc-option, -mstrict-align)
David Feng0ae76532013-12-14 11:47:35 +08009PLATFORM_CPPFLAGS += $(PF_NO_UNALIGNED)
Simon Glassc65d76e2016-11-07 08:47:11 -070010
11EFI_LDS := elf_aarch64_efi.lds
12EFI_CRT0 := crt0_aarch64_efi.o
13EFI_RELOC := reloc_aarch64_efi.o