aboutsummaryrefslogtreecommitdiff
path: root/plat/marvell/armada/common/mss/mss_scp_bootloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/marvell/armada/common/mss/mss_scp_bootloader.h')
-rw-r--r--plat/marvell/armada/common/mss/mss_scp_bootloader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plat/marvell/armada/common/mss/mss_scp_bootloader.h b/plat/marvell/armada/common/mss/mss_scp_bootloader.h
index 4950d24722..d65354a0ce 100644
--- a/plat/marvell/armada/common/mss/mss_scp_bootloader.h
+++ b/plat/marvell/armada/common/mss/mss_scp_bootloader.h
@@ -10,6 +10,7 @@
int scp_bootloader_transfer(void *image, unsigned int image_size);
uintptr_t bl2_plat_get_cp_mss_regs(int ap_idx, int cp_idx);
+uintptr_t bl2_plat_get_cp_mss_sram(int ap_idx, int cp_idx);
uintptr_t bl2_plat_get_ap_mss_regs(int ap_idx);
uint32_t bl2_plat_get_cp_count(int ap_idx);
uint32_t bl2_plat_get_ap_count(void);