aboutsummaryrefslogtreecommitdiff
path: root/bl31/bl31_main.c
diff options
context:
space:
mode:
authorDan Handley <dan.handley@arm.com>2014-05-27 18:34:30 +0100
committerDan Handley <dan.handley@arm.com>2014-05-27 18:34:30 +0100
commit22e002da5f635a9e2d4a11d2412fd7a4ac1dd477 (patch)
treef574c9be9dc54b90430ddfb1bd5dfc39a58b9cfc /bl31/bl31_main.c
parentf53d0fce3f8e13529d823c22ce61dc0e0fdf0ffd (diff)
parent9865ac15765f260069047c0e7c56623eb1a70b9a (diff)
Merge pull request #112 from danh-arm:dh/refactor-plat-header-v4 into for-v0.4
Diffstat (limited to 'bl31/bl31_main.c')
-rw-r--r--bl31/bl31_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bl31/bl31_main.c b/bl31/bl31_main.c
index ff7caf1..5117793 100644
--- a/bl31/bl31_main.c
+++ b/bl31/bl31_main.c
@@ -34,6 +34,7 @@
#include <bl_common.h>
#include <bl31.h>
#include <context_mgmt.h>
+#include <platform.h>
#include <runtime_svc.h>
#include <stdio.h>
@@ -164,7 +165,7 @@ void bl31_prepare_next_image_entry()
bl31_next_el_arch_setup(image_type);
/* Program EL3 registers to enable entry into the next EL */
- next_image_info = bl31_get_next_image_info(image_type);
+ next_image_info = bl31_plat_get_next_image_ep_info(image_type);
assert(next_image_info);
scr = read_scr();