summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cunado <david.cunado@arm.com>2017-05-10 00:29:54 +0100
committerDavid Cunado <david.cunado@arm.com>2017-05-12 14:44:57 +0100
commit6a0b0d7f8693db5a63b2e32d19ec82d90d2d041d (patch)
tree82e9381f4b1794acf3ea0ca9eb24c4e154b0a162
parent0aff7ad2bc9a2619b61703d3b9c5005fe44bd281 (diff)
Migrate ARM platforms to use TF_MBEDTLS_KEY_ALG
A previous patch superseded the MBEDTLS_KEY_ALG. This patch updates the ARM platforms to use the new TF_MBEDTLS_KEY_ALG define. Change-Id: Ie0e1bc272e127e879ac58e7cfcbe268751d7688e Signed-off-by: David Cunado <david.cunado@arm.com>
-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