summaryrefslogtreecommitdiff
path: root/bl31/bl31_main.c
diff options
context:
space:
mode:
authorDan Handley <dan.handley@arm.com>2014-05-27 16:17:21 +0100
committerDan Handley <dan.handley@arm.com>2014-05-27 16:17:21 +0100
commit9865ac15765f260069047c0e7c56623eb1a70b9a (patch)
treef574c9be9dc54b90430ddfb1bd5dfc39a58b9cfc /bl31/bl31_main.c
parent0ad469110437196cfbb781b30233d62e2320f694 (diff)
downloadarm-trusted-firmware-9865ac15765f260069047c0e7c56623eb1a70b9a.tar.gz
Further renames of platform porting functions
Rename the ic_* platform porting functions to plat_ic_* to be consistent with the other functions in platform.h. Also rename bl31_get_next_image_info() to bl31_plat_get_next_image_ep_info() and remove the duplicate declaration in bl31.h. Change-Id: I4851842069d3cff14c0a468daacc0a891a7ede84
Diffstat (limited to 'bl31/bl31_main.c')
-rw-r--r--bl31/bl31_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bl31/bl31_main.c b/bl31/bl31_main.c
index 71c64643e..511779340 100644
--- a/bl31/bl31_main.c
+++ b/bl31/bl31_main.c
@@ -165,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();