1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-08 03:21:35 +00:00

arm-bsp/trusted-firmware-m: corstone1000: update TF-M SHA

This change is to update TF-M SHA which has fixes for capsule update.

Change-Id: I016381c2a95fcdd9629772671143a1e7332196e5
Signed-off-by: Vishnu Banavath <vishnu.banavath@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Vishnu Banavath
2021-12-14 17:22:49 +00:00
committed by Jon Mason
parent ce3af4b0e4
commit d5085549ce
@@ -9,7 +9,7 @@ TFM_PLATFORM_IS_FVP ?= "FALSE"
EXTRA_OECMAKE += "-DPLATFORM_IS_FVP=${TFM_PLATFORM_IS_FVP}"
SRCBRANCH_tfm = "master"
SRCREV_tfm = "dc2ab10fa12b5ac01d4ff1aa9ebc3779507c7cf0"
SRCREV_tfm = "ca8c634a3dc15b42d41655a14e512b642320893a"
SRCREV_mcuboot = "29099e1d17f93ae1d09fe945ad191b703aacd3d8"
PV = "1.5+git${SRCREV_tfm}"