aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorShawn Shan <Shawn.Shan@arm.com>2021-05-25 13:34:14 +0800
committerKen Liu <ken.liu@arm.com>2021-05-25 10:46:59 +0200
commita7288ea710325988d56fd2ab4bdcbe8e3ae79021 (patch)
treeec3c007784e37de7694def4a2c073d919f5a64fa /config
parenta05348073bce6da6f792ad7cbd18481d22b2843a (diff)
downloadtrusted-firmware-m-a7288ea710325988d56fd2ab4bdcbe8e3ae79021.tar.gz
Build: Update the psa-arch-tests repo version
The update version contains a fix of cross_compile check issue. Change-Id: I8179671487852df314506ad3f6ba28831430e92e Signed-off-by: Shawn Shan <Shawn.Shan@arm.com>
Diffstat (limited to 'config')
-rw-r--r--config/config_default.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config_default.cmake b/config/config_default.cmake
index ca20403f1b..3c8e554a31 100644
--- a/config/config_default.cmake
+++ b/config/config_default.cmake
@@ -178,7 +178,7 @@ set(MCUBOOT_PATH "DOWNLOAD" CACHE PATH "Path to MCU
set(MCUBOOT_VERSION "v1.7.2" CACHE STRING "The version of MCUboot to use")
set(PSA_ARCH_TESTS_PATH "DOWNLOAD" CACHE PATH "Path to PSA arch tests (or DOWNLOAD to fetch automatically")
-set(PSA_ARCH_TESTS_VERSION "cd3f3ca" CACHE STRING "The version of PSA arch tests to use")
+set(PSA_ARCH_TESTS_VERSION "02d145d" CACHE STRING "The version of PSA arch tests to use")
################################################################################
################################################################################