Commit 5703c737 authored by Sheetal Tigadoli's avatar Sheetal Tigadoli
Browse files

Fix usage of incorrect function name


Signed-off-by: default avatarSheetal Tigadoli <sheetal.tigadoli@broadcom.com>
Change-Id: Ic387630c096361ea9a963cde0018a0efb63e3bd2
parent 3fbec436
......@@ -923,7 +923,7 @@ void plat_bcm_bl31_early_platform_setup(void *from_bl2,
scp_image_info.image_base = PRELOADED_SCP_BASE;
scp_image_info.image_size = PRELOADED_SCP_SIZE;
bcm_bl2_plat_handle_scp_bl2(&scp_image_info);
plat_bcm_bl2_plat_handle_scp_bl2(&scp_image_info);
#endif
/*
* In BL31, logs are saved to DDR and we have much larger space to
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment