summaryrefslogtreecommitdiff
path: root/plat/arm
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2017-05-16 10:57:16 +0100
committerGitHub <noreply@github.com>2017-05-16 10:57:16 +0100
commitf0019fcca7c652c7e8ece2ddcb001f0f6e4a4513 (patch)
tree14999f6e2659b3b4a9d7aa911193bdba9628295f /plat/arm
parent6cea94510f9e55133c29b79003c7f2daa8b1de83 (diff)
parent6a0b0d7f8693db5a63b2e32d19ec82d90d2d041d (diff)
Merge pull request #935 from davidcunado-arm/dc/mbed_api
mbedtls: Namespace update for TF specific macros
Diffstat (limited to 'plat/arm')
-rw-r--r--plat/arm/common/arm_common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/arm/common/arm_common.mk b/plat/arm/common/arm_common.mk
index d51c123d..58fc94ec 100644
--- a/plat/arm/common/arm_common.mk
+++ b/plat/arm/common/arm_common.mk
@@ -171,7 +171,7 @@ ifneq (${TRUSTED_BOARD_BOOT},0)
$(eval $(call FWU_FIP_ADD_IMG,NS_BL2U,--fwu))
- MBEDTLS_KEY_ALG := ${KEY_ALG}
+ TF_MBEDTLS_KEY_ALG := ${KEY_ALG}
# We expect to locate the *.mk files under the directories specified below
CRYPTO_LIB_MK := drivers/auth/mbedtls/mbedtls_crypto.mk