1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-04-20 11:29:54 +00:00

arm-bsp/trusted-firmware: tc0: remove SHA for mbedtls

Use the default one from trusted-firmware-a_2.3

Change-Id: I496db01818b172b109e8dab04e39a66bafd35a2d
Signed-off-by: Usama Arif <usama.arif@arm.com>
Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Usama Arif
2020-08-05 11:16:29 +01:00
committed by Ross Burton
parent 3055c179c4
commit 9fed81cd52

View File

@@ -2,8 +2,6 @@
# Intermediate SHA with 2.3 baseline version
SRCREV_tfa = "2fe7d18b0d99fdf4c4dbf84863bb2036dfebc537"
# mbedtls-2.16.4 tag commit
SRCREV_mbedtls = "39e2c0eeb6501980764793e8d54c49c0a42bde48"
SRC_URI_append = " ${SRC_URI_MBEDTLS}"