From 76b8c0e0444f1003df07ca8dcc77dc0c8854015f Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 23 Mar 2017 09:37:01 -0600 Subject: 3rdparty/arm-trusted-firmware: Update to upstream master Submodule 3rdparty/arm-trusted-firmware 236c27d21f..3944adca59 This brings in 241 new commits from the upstream arm-trusted-firmware repository, merged to the upstream tree between December 30, 2016 and March 18, 2017. 3944adca Merge pull request #861 from soby-mathew/sm/aarch32_fixes .. e0f083a0 fiptool: Prepare ground for expanding the set of images at runtime Also setup ATF builds so that unused functions don't break the build. They're harmless and they don't filter for these like we do. Change-Id: Ibf5bede79126bcbb62243808a2624d9517015920 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/18954 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- src/arch/arm64/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/arch/arm64/Makefile.inc b/src/arch/arm64/Makefile.inc index ad3941b099..92b26f5cd3 100644 --- a/src/arch/arm64/Makefile.inc +++ b/src/arch/arm64/Makefile.inc @@ -166,7 +166,7 @@ BL31_MAKEARGS += IS_ANYTHING_TO_BUILD=1 # multi line string. BL31_MAKEARGS += BUILD_MESSAGE_TIMESTAMP='"$(shell grep "\#define COREBOOT_BUILD\>" $(obj)/build.h |cut -d\" -f2 \# \")"' -BL31_CFLAGS := -fno-pic -fno-stack-protector -Wno-deprecated-declarations +BL31_CFLAGS := -fno-pic -fno-stack-protector -Wno-deprecated-declarations -Wno-unused-function BL31_LDFLAGS := --emit-relocs BL31 := $(obj)/bl31.elf -- cgit v1.2.3