commit | 6e16a335fb34e6d0714e2fcef57eb53004b9a3b0 | [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 | 7d5a2e771e1f953353650adfac5eb7c701de8fb6 [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>