diff options
Diffstat (limited to 'include/plat')
-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. */ |