aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDavid Hu <david.hu@arm.com>2021-06-01 14:18:49 +0800
committerDavid Hu <david.hu@arm.com>2021-06-02 05:00:40 +0200
commit16ad2afb0f8df65e2690bb38ba8d60030869cf35 (patch)
tree75f23d6e8002cf56f61079632b56828cfe9f17f6 /config
parent611610c1527a1d46569b2126eaa6a396986e4623 (diff)
downloadtrusted-firmware-m-16ad2afb0f8df65e2690bb38ba8d60030869cf35.tar.gz
Build: Update tf-m-tests commit
Change-Id: Id9859a00f5b7be0c0fb24724b2dd0c5738682c67 Signed-off-by: David Hu <david.hu@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 a0b508e95d..bbe695436d 100644
--- a/config/config_default.cmake
+++ b/config/config_default.cmake
@@ -171,7 +171,7 @@ set(TFM_MBEDCRYPTO_CONFIG_PATH "${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/
set(TFM_MBEDCRYPTO_PLATFORM_EXTRA_CONFIG_PATH "" CACHE PATH "Config to append to standard Mbed Crypto config, used by platforms to cnfigure feature support")
set(TFM_TEST_REPO_PATH "DOWNLOAD" CACHE PATH "Path to TFM-TEST repo (or DOWNLOAD to fetch automatically")
-set(TFM_TEST_REPO_VERSION "b0bce47c" CACHE STRING "The version of tf-m-tests to use")
+set(TFM_TEST_REPO_VERSION "a6f67427" CACHE STRING "The version of tf-m-tests to use")
set(CMSIS_5_PATH "DOWNLOAD" CACHE PATH "Path to CMSIS_5 (or DOWNLOAD to fetch automatically")
set(MCUBOOT_PATH "DOWNLOAD" CACHE PATH "Path to MCUboot (or DOWNLOAD to fetch automatically")