aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorshejia01 <jianliang.shen@arm.com>2021-07-14 17:04:47 +0800
committerDavid Hu <david.hu@arm.com>2021-07-15 10:46:01 +0200
commit38bd4df98d53ff4f5daae003611c660ed0d79bf5 (patch)
tree8343152237ecfbc2ba25e4a79662889dcd06f3a8 /config
parentd853fe8ec5a9228d3e6306ccdd605daaad1ccdbb (diff)
Build: Update tf-m-tests default commit
Update Version of Test Repo Signed-off-by: Jianliang Shen <jianliang.shen@arm.com> Change-Id: Iad3c7a9f67677eebd54f67f8f900c5a0b7504c16
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 74bd4d870..47c53da6f 100644
--- a/config/config_default.cmake
+++ b/config/config_default.cmake
@@ -179,7 +179,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 "b0c06b4" CACHE STRING "The version of tf-m-tests to use")
+set(TFM_TEST_REPO_VERSION "a334441" 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")