diff options
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | 2018-09-24 17:26:25 +0100 |
---|---|---|
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | 2018-09-28 15:31:53 +0100 |
commit | 5b5ca4f23c69358995ca7cb8e1f2bf92c9bb4d12 (patch) | |
tree | 929bc506396fa369da99246b6c453c11ccf08bac /include | |
parent | 34244d946d276ecf65a471b29c160ee424d91a9c (diff) | |
download | platform_external_arm-trusted-firmware-5b5ca4f23c69358995ca7cb8e1f2bf92c9bb4d12.tar.gz platform_external_arm-trusted-firmware-5b5ca4f23c69358995ca7cb8e1f2bf92c9bb4d12.tar.bz2 platform_external_arm-trusted-firmware-5b5ca4f23c69358995ca7cb8e1f2bf92c9bb4d12.zip |
Remove deprecated bl1_init_bl2_mem_layout()
Change-Id: I8ec8b4439ca1d7606aae069c2c576a9a8b18c92c
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/plat/common/platform.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/plat/common/platform.h b/include/plat/common/platform.h index 6c81faf5c..36039ab40 100644 --- a/include/plat/common/platform.h +++ b/include/plat/common/platform.h @@ -135,10 +135,6 @@ int bl1_plat_mem_check(uintptr_t mem_base, unsigned int mem_size, /******************************************************************************* * Optional BL1 functions (may be overridden) ******************************************************************************/ -#if !ERROR_DEPRECATED -void bl1_init_bl2_mem_layout(const struct meminfo *bl1_mem_layout, - struct meminfo *bl2_mem_layout); -#endif /* * The following functions are used for image loading process in BL1. */ |