aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshejia01 <jianliang.shen@arm.com>2021-08-20 15:12:06 +0800
committershejia01 <jianliang.shen@arm.com>2021-08-20 15:12:25 +0800
commita3cf288cc0ffbd458c31d028a6ea72312f355f67 (patch)
treea28d42f9c0da02aa51201760f611584f3a7d3015
parent50fc684145b1c94613eaa33e7b00f6e51bc61e68 (diff)
Build: Update tf-m-tests default commit
Update Version of Test Repo Signed-off-by: Jianliang Shen <jianliang.shen@arm.com> Change-Id: I8a1f1e5d86596d82f3abb8ffd1b797b76acf0389
-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 4c661dd5c..60fc1f67f 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 "e0dd80a" CACHE STRING "The version of tf-m-tests to use")
+set(TFM_TEST_REPO_VERSION "2a20b57" 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")