commit | 101d01e2a2e34a568fb25c2ef2390fd71183413e | [log] [tgz] |
---|---|---|
author | Soby Mathew <soby.mathew@arm.com> | Wed Jan 10 12:51:34 2018 +0000 |
committer | Soby Mathew <soby.mathew@arm.com> | Mon Feb 26 16:31:11 2018 +0000 |
tree | c7c962e6580d07900ec7130a8568c47009d63511 | |
parent | 0c306cc062611d71cd79a2cf2b7aac022c741165 [diff] |
BL1: Deprecate the `bl1_init_bl2_mem_layout()` API The `bl1_init_bl2_mem_layout()` API is now deprecated. The default weak implementation of `bl1_plat_handle_post_image_load()` calculates the BL2 memory layout and populates the same in x1(r1). This ensures compatibility for the deprecated API. Change-Id: Id44bdc1f572dc42ee6ceef4036b3a46803689315 Signed-off-by: Soby Mathew <soby.mathew@arm.com>