commit | 69c88d1a283c5068c05a94cd0e341c51fe6176f4 | [log] [tgz] |
---|---|---|
author | John Tsichritzis <john.tsichritzis@arm.com> | Thu Feb 28 11:14:03 2019 +0000 |
committer | John Tsichritzis <john.tsichritzis@arm.com> | Thu Feb 28 14:01:42 2019 +0000 |
tree | eb5d0fa7e45e0df8b5575882e1a1230bd2cf0592 | |
parent | 23b7b696ef7a89ce772d5c7bd3990fa9d64e55d5 [diff] |
Remove Mbed TLS dependency from plat_bl_common.c Due to the shared Mbed TLS heap optimisation introduced in 6d01a463, common code files were depending on Mbed TLS specific headers. This dependency is now removed by moving the default, unoptimised heap implementation inside the Mbed TLS specific files. Change-Id: I11ea3eb4474f0d9b6cb79a2afd73a51a4a9b8994 Signed-off-by: John Tsichritzis <john.tsichritzis@arm.com>