commit | d207f5663252477f5735738d9d1858723853362e | [log] [tgz] |
---|---|---|
author | Ambroise Vincent <ambroise.vincent@arm.com> | Wed Apr 10 12:50:27 2019 +0100 |
committer | Ambroise Vincent <ambroise.vincent@arm.com> | Fri Apr 12 09:52:52 2019 +0100 |
tree | e77aaebfce13cde27630120b0e5f58c8526d7272 | |
parent | 322971d3a40c5f06e4875a34efe38edc37c6652a [diff] |
Mbed TLS: Remove weak heap implementation The implementation of the heap function plat_get_mbedtls_heap() becomes mandatory for platforms supporting TRUSTED_BOARD_BOOT. The shared Mbed TLS heap default weak function implementation is converted to a helper function get_mbedtls_heap_helper() which can be used by the platforms for their own function implementation. Change-Id: Ic8f2994e25e3d9fcd371a21ac459fdcafe07433e Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>