aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2019-01-10 15:46:34 -0800
committerVarun Wadekar <vwadekar@nvidia.com>2019-02-07 08:47:32 -0800
commit1242b9a9d06d87276a5358cfcc009d4299c9168a (patch)
treeab35be1ed87d56e5c7ae3e4d4e330aab11168a87
parente095ba34d7267a34d98747837f5b4b76be96b93e (diff)
downloadtrusted-firmware-a-1242b9a9d06d87276a5358cfcc009d4299c9168a.tar.gz
lib: aarch64: misc_helpers: include bl_common.h
This patch includes bl_common.h to get access to the linker defined symbols. Change-Id: I9aa4a6e730273d75a53438854f69971e485bc904 Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
-rw-r--r--lib/aarch64/misc_helpers.S5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/aarch64/misc_helpers.S b/lib/aarch64/misc_helpers.S
index 65e9b1e2a7..de1158396d 100644
--- a/lib/aarch64/misc_helpers.S
+++ b/lib/aarch64/misc_helpers.S
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013-2018, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2019, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -7,6 +7,7 @@
#include <arch.h>
#include <asm_macros.S>
#include <assert_macros.S>
+#include <common/bl_common.h>
#include <lib/xlat_tables/xlat_tables_defs.h>
#if !ERROR_DEPRECATED
@@ -24,9 +25,7 @@
.globl disable_mmu_el3
.globl disable_mmu_icache_el1
.globl disable_mmu_icache_el3
-
.globl fixup_gdt_reloc
-
#if SUPPORT_VFP
.globl enable_vfp
#endif