tc: Correct binary paths
TC3 has different paths for storing binaries. Adjust script for using
the correct paths for fetching them.
Change-Id: I7dd8a0f66a98f6fd58ccbb81ae5263605d4555f3
Signed-off-by: Leo Yan <leo.yan@arm.com>
diff --git a/tc_utils.sh b/tc_utils.sh
index 8992f48..e237ad9 100644
--- a/tc_utils.sh
+++ b/tc_utils.sh
@@ -24,7 +24,12 @@
# AP bl1 0x00 is mapped to 0x70000000 in RSE memory map
ap_bl1_flash_load_addr=0x70000000
ap_bl1_flash_size=0x20000
-rse_revision="4ab7a20d"
+
+if [ $plat_variant -eq 2 ]; then
+ rse_revision="4ab7a20d"
+elif [ $plat_variant -eq 3 ]; then
+ rse_revision="cd8ece72a"
+fi
# Hafnium build repo containing Secure hafnium binaries
spm_secure_out_dir=secure_tc_clang