Commit c275ea18 authored by Sandrine Bailleux's avatar Sandrine Bailleux Committed by TrustedFirmware Code Review
Browse files

Merge "Fix usage of incorrect function name" into integration

parents ccf58632 5703c737
......@@ -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