From a7173756308cd35a20e59ae71f7c22f5d46c10bc Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 16 Jun 2021 15:13:23 +0100 Subject: [PATCH] arm/trusted-firmware-a: update TC0 to 2.5 TC0 has been using an intermediate SHA post-2.4 as it needed some commits that were only in the integration branch. We now have 2.5 which includes these commits, so move to that release. Change-Id: Ic56c3daa9a408e837219c4f81d22081bbcc5c56d Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .../trusted-firmware-a/trusted-firmware-a-tc0.inc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-tc0.inc b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-tc0.inc index 20b52e9d..53ff1101 100644 --- a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-tc0.inc +++ b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-tc0.inc @@ -1,11 +1,5 @@ # TC0 specific TFA configuration -# Intermediate SHA with 2.4 baseline version, required for Theodul DSU -# --- This SRC_URI will be removed once below SRCREV_tfa gets merged to TF-A master -SRC_URI = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https;branch=integration;name=tfa" -SRCREV_tfa = "9bc3007d3bb9363dbd5f6655d2b17d599e22bac4" -PV = "2.4+git${SRCPV}" - DEPENDS += "scp-firmware" COMPATIBLE_MACHINE = "tc0"