summaryrefslogtreecommitdiff
path: root/include/plat/common
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2014-07-10 14:45:19 +0100
committerdanh-arm <dan.handley@arm.com>2014-07-10 14:45:19 +0100
commit6a2231560b0243defba0721d15e824d21e5ae60b (patch)
tree69701cadcfb47c20202d65ad3e12e970d57c81a3 /include/plat/common
parent3fc938b56a55985ba46c37cf5526df0a7daa775c (diff)
parent6063379902302dfcdfa9b8978b8a0dce44bd78f7 (diff)
Merge pull request #157 from sandrine-bailleux/sb/tf-issue-109
TF issue 109
Diffstat (limited to 'include/plat/common')
-rw-r--r--include/plat/common/platform.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/plat/common/platform.h b/include/plat/common/platform.h
index c087dc69..c130ae78 100644
--- a/include/plat/common/platform.h
+++ b/include/plat/common/platform.h
@@ -90,10 +90,8 @@ void bl1_plat_set_bl2_ep_info(struct image_info *image,
/*******************************************************************************
* Optional BL1 functions (may be overridden)
******************************************************************************/
-void init_bl2_mem_layout(struct meminfo *,
- struct meminfo *,
- unsigned int,
- unsigned long);
+void bl1_init_bl2_mem_layout(const struct meminfo *bl1_mem_layout,
+ struct meminfo *bl2_mem_layout);
/*******************************************************************************
* Mandatory BL2 functions