aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2020-05-19 11:27:13 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-05-19 11:27:13 +0000
commit611efd96d84bc6321c2c0e0ba738f6681ce34e3d (patch)
tree4e73c404e5a7f273a9929e3320622e575c69c8ee
parent4108abb4a0ab73fe311df5a65eb706e5f534f3f5 (diff)
parent1a04b2e536c2d9512188d6cd730cf4d5d84e8dcd (diff)
downloadtrusted-firmware-a-611efd96d84bc6321c2c0e0ba738f6681ce34e3d.tar.gz
Merge "Fix compilation error when ENABLE_PIE=1" into integration
-rw-r--r--include/arch/aarch64/el3_common_macros.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/arch/aarch64/el3_common_macros.S b/include/arch/aarch64/el3_common_macros.S
index 156b18a4fd..0708de6893 100644
--- a/include/arch/aarch64/el3_common_macros.S
+++ b/include/arch/aarch64/el3_common_macros.S
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015-2019, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2015-2020, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -9,6 +9,7 @@
#include <arch.h>
#include <asm_macros.S>
+#include <lib/xlat_tables/xlat_tables_defs.h>
/*
* Helper macro to initialise EL3 registers we care about.