Merge "Fix compilation error when ENABLE_PIE=1" into integration

This commit is contained in:
Sandrine Bailleux 2020-05-19 11:27:13 +00:00 committed by TrustedFirmware Code Review
commit 611efd96d8
1 changed files with 2 additions and 1 deletions

View File

@ -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.