aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSherry Zhang <sherry.zhang2@arm.com>2021-05-18 18:06:28 +0800
committerSherry Zhang <sherry.zhang2@arm.com>2021-05-19 16:24:22 +0800
commit211f5d6a6b1d766eaa1dc1deba32304e91665b5b (patch)
tree3a0873969764939117aa3572799c83549d77ccfc /config
parent539ade4e842961fbb602840fd5ab4c36ec19d97d (diff)
downloadtrusted-firmware-m-211f5d6a6b1d766eaa1dc1deba32304e91665b5b.tar.gz
Build: Update the default version of tf-m-tests repo
After image update with dependency is supported, the fwu test suites in the test repo is updated. Change-Id: I8d2bb646b78db41420e5e96cc76a095b4e56e52c Signed-off-by: Sherry Zhang <sherry.zhang2@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 cec0c0b1c0..2cf85ba741 100644
--- a/config/config_default.cmake
+++ b/config/config_default.cmake
@@ -170,7 +170,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 "1e1f27c" CACHE STRING "The version of tf-m-tests to use")
+set(TFM_TEST_REPO_VERSION "0b752b4" 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")