summaryrefslogtreecommitdiff
path: root/include/bl2
diff options
context:
space:
mode:
Diffstat (limited to 'include/bl2')
-rw-r--r--include/bl2/bl2.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/bl2/bl2.h b/include/bl2/bl2.h
index 5936d84b..4cd3cee4 100644
--- a/include/bl2/bl2.h
+++ b/include/bl2/bl2.h
@@ -55,11 +55,6 @@ extern struct meminfo *bl2_plat_sec_mem_layout(void);
******************************************************************************/
extern struct bl31_params *bl2_plat_get_bl31_params(void);
-/*******************************************************************************
- * This function returns a pointer to the shared memory that the platform has
- * kept aside to pass platform related information that BL3-1 could need
- ******************************************************************************/
-extern struct bl31_plat_params *bl2_plat_get_bl31_plat_params(void);
/*******************************************************************************
* This function returns a pointer to the shared memory that the platform