aboutsummaryrefslogtreecommitdiff
path: root/include/plat
diff options
context:
space:
mode:
authorGrzegorz Jaszczyk <jaz@semihalf.com>2018-10-04 09:44:56 +0200
committerKonstantin Porotchkin <kostap@marvell.com>2018-10-07 12:26:27 +0300
commitf2c1504621a58a81b5004995f71585b680ed9e5f (patch)
tree1ffe2fbc5fe69589573d6d2d4c032cd690cbb1a2 /include/plat
parent5e5e4d8df279daa702e37b2a9c6f9d49bbd0ab32 (diff)
downloadtrusted-firmware-a-f2c1504621a58a81b5004995f71585b680ed9e5f.tar.gz
plat: marvell: invoke platform specific scp_bl2 image handler
Before switching to new API the scp_bl2 handler was invoked from bl2/bl2_image_load.c which was removed. Invoke the platform specific scp_bl2 handler in analogy to ARM and HiSilicon. Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com>
Diffstat (limited to 'include/plat')
-rw-r--r--include/plat/marvell/a8k/common/plat_marvell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/plat/marvell/a8k/common/plat_marvell.h b/include/plat/marvell/a8k/common/plat_marvell.h
index a62a7cb089..2aecd3f505 100644
--- a/include/plat/marvell/a8k/common/plat_marvell.h
+++ b/include/plat/marvell/a8k/common/plat_marvell.h
@@ -125,4 +125,6 @@ void marvell_ble_prepare_exit(void);
void marvell_exit_bootrom(uintptr_t base);
int plat_marvell_early_cpu_powerdown(void);
+int bl2_plat_handle_scp_bl2(image_info_t *scp_bl2_image_info);
+
#endif /* __PLAT_MARVELL_H__ */