mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2024-11-27 11:50:33 +00:00
Fix usage of incorrect function name
Signed-off-by: Sheetal Tigadoli <sheetal.tigadoli@broadcom.com> Change-Id: Ic387630c096361ea9a963cde0018a0efb63e3bd2
This commit is contained in:
parent
3fbec43648
commit
5703c7379e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user