Update PSA Arch test version

Update the PSA Arch test to the latest version on the main branch.
This adds two new fixes so we can get rid of the two patch files in TS:
  - the hardcoded IAT key can be disabled using PLATFORM_HAS_ATTEST_PK,
  - crypto test 262 and 263 (unsupported by TS) are disabled by default.

Signed-off-by: Balint Dobszay <balint.dobszay@arm.com>
Change-Id: I1afef26b589dbdbcc70e51212f64b6cabac557cd
diff --git a/deployments/psa-api-test/initial_attestation/iat-api-test.cmake b/deployments/psa-api-test/initial_attestation/iat-api-test.cmake
index 0d8c5ac..41b420b 100644
--- a/deployments/psa-api-test/initial_attestation/iat-api-test.cmake
+++ b/deployments/psa-api-test/initial_attestation/iat-api-test.cmake
@@ -15,7 +15,7 @@
 #  Set additional defines needed for build.
 #-------------------------------------------------------------------------------
 list(APPEND PSA_ARCH_TEST_EXTERNAL_DEFS
-	-DPSA_ALG_MD4=0x02000002)
+	-DPSA_ALG_MD4=0x02000002 -DPLATFORM_HAS_ATTEST_PK)
 
 #-------------------------------------------------------------------------------
 #  The arch test build system puts its build output under a test suite specific