aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSalome Thirot <salome.thirot@arm.com>2021-02-04 15:38:27 +0000
committerAnton Komlev <Anton.Komlev@arm.com>2021-03-05 11:18:40 +0100
commitd85023feab29f750532aad5abb826d8ad77d9c86 (patch)
tree216cbd6c758df4f1b462ef964da73d498958227a /config
parente212ea1637a66255b44d0e7c19ebe9786ab56ccb (diff)
downloadtrusted-firmware-m-d85023feab29f750532aad5abb826d8ad77d9c86.tar.gz
Platform: Add Musca_s1 support for PSA IPC test suite
The psa-arch-test version has been updated to support those tests on musca_s1. Signed-off-by: Salome Thirot <salome.thirot@arm.com> Change-Id: I1b95c055ff04e6ae66673a00a476c40385d5045a
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 ba100c8779..1ce9fed58b 100644
--- a/config/config_default.cmake
+++ b/config/config_default.cmake
@@ -163,7 +163,7 @@ set(MCUBOOT_PATH "DOWNLOAD" CACHE PATH "Path to MCU
set(MCUBOOT_VERSION "81d19f0" 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 "90c8e680" CACHE STRING "The version of PSA arch tests to use")
+set(PSA_ARCH_TESTS_VERSION "8644bd0" CACHE STRING "The version of PSA arch tests to use")
################################################################################
################################################################################