aboutsummaryrefslogtreecommitdiff
path: root/plat/juno/bl31_plat_setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/juno/bl31_plat_setup.c')
-rw-r--r--plat/juno/bl31_plat_setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/juno/bl31_plat_setup.c b/plat/juno/bl31_plat_setup.c
index 008476b..cb5fd1e 100644
--- a/plat/juno/bl31_plat_setup.c
+++ b/plat/juno/bl31_plat_setup.c
@@ -82,7 +82,7 @@ static entry_point_info_t bl33_ep_info;
* while BL3-2 corresponds to the secure image type. A NULL pointer is returned
* if the image does not exist.
******************************************************************************/
-entry_point_info_t *bl31_get_next_image_info(uint32_t type)
+entry_point_info_t *bl31_plat_get_next_image_ep_info(uint32_t type)
{
entry_point_info_t *next_image_info;