mbedtls: Namespace for TF specific macros
authorDavid Cunado <david.cunado@arm.com>
Wed, 10 May 2017 15:38:44 +0000 (16:38 +0100)
committerDavid Cunado <david.cunado@arm.com>
Fri, 12 May 2017 13:44:35 +0000 (14:44 +0100)
commitb18835102534381365aab391a0f9ce14f3c97331
tree05897343b246a21ae3d1957ffe2259610a172712
parentb4b541cb29e13da89b886c1c6b6fb251f9282a6c
mbedtls: Namespace for TF specific macros

An earlier patch (arm-trusted-firmware#874) migrated MBEDTLS_ suffixed
macros to have a TBBR_ suffix to avoid any potential clash with future
mbedtls macros.

But on reflection the TBBR_ suffix could be confusing as the macros
are used to drive TF-specific configuration of mbedtls. As such
this patch migrates these macros from TBBR_suffix to TF_MBEDTLS_
suffix which more accurately conveys their use.

Change-Id: Ic87642b653ceeaa03d62f724976abd5e12e867d4
Signed-off-by: David Cunado <david.cunado@arm.com>
drivers/auth/mbedtls/mbedtls_common.c
drivers/auth/mbedtls/mbedtls_crypto.mk
include/drivers/auth/mbedtls/mbedtls_config.h