summaryrefslogtreecommitdiff
path: root/framework/aarch64/entrypoint.S
diff options
context:
space:
mode:
Diffstat (limited to 'framework/aarch64/entrypoint.S')
-rw-r--r--framework/aarch64/entrypoint.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/aarch64/entrypoint.S b/framework/aarch64/entrypoint.S
index 33eae29..6cf7445 100644
--- a/framework/aarch64/entrypoint.S
+++ b/framework/aarch64/entrypoint.S
@@ -11,8 +11,8 @@
*/
#include <arch.h>
+#include <asm_macros.S>
#include <tftf.h>
-#include <tftf_asm_macros.S>
.globl tftf_entrypoint
.globl tftf_hotplug_entry
@@ -118,7 +118,7 @@ tftf_hotplug_entry:
* Enable the MMU
* --------------------------------------------------------------------
*/
- bl tftf_enable_mmu
+ bl tftf_plat_enable_mmu
/* --------------------------------------------------------------------
* Give ourselves a stack in normal memory.