Remove Mbed TLS dependency from plat_bl_common.c
authorJohn Tsichritzis <john.tsichritzis@arm.com>
Thu, 28 Feb 2019 11:14:03 +0000 (11:14 +0000)
committerJohn Tsichritzis <john.tsichritzis@arm.com>
Thu, 28 Feb 2019 14:01:42 +0000 (14:01 +0000)
commit17e1335c893bce16883c8e76b251e1013c6ec001
treeeb5d0fa7e45e0df8b5575882e1a1230bd2cf0592
parent64503b2f81bbd12051d8e0fd065a5a0b0c38bd2a
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>
drivers/auth/mbedtls/mbedtls_common.c
plat/common/plat_bl_common.c