tc: Update scp_revision to ac2b4f1 for TC3
The SCP BL1 image is a pre-built, signed image for the
tests on the TC platform. Also use the corresponding
pre-built SCP BL2 image in the tests.
Change-Id: Ia85f94ddfd0134179ff170a53794d7b8514556bf
Signed-off-by: David Vincze <david.vincze@arm.com>
diff --git a/tc_utils.sh b/tc_utils.sh
index b5441bc..3ab33b6 100644
--- a/tc_utils.sh
+++ b/tc_utils.sh
@@ -29,6 +29,7 @@
rse_revision="4ab7a20d"
elif [ $plat_variant -eq 3 ]; then
rse_revision="2fe1f7e"
+ scp_revision="ac2b4f1"
elif [ $plat_variant -eq 4 ]; then
rse_revision="213c553bf"
fi