aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinyu Zhang <xinyu.zhang@arm.com>2021-05-20 14:29:09 +0800
committerXinyu Zhang <xinyu.zhang@arm.com>2021-05-20 14:29:14 +0800
commit8e498fa60e6e9c194d2139bbf13cc760677f1fdc (patch)
treed47267da1e0cecc5262d483386a51ea37e4d1e05
parent3fc5a0a75aa772284b56f1ca47ad9a48e0a65e56 (diff)
downloadtrusted-firmware-m-8e498fa60e6e9c194d2139bbf13cc760677f1fdc.tar.gz
Build: Update the default version of tf-m-tests repo
Update default version of tests repo to eeba9de Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com> Change-Id: I4a2c017654333f45fd4ac72ebd138f63b761c00c
-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 2cf85ba741..1302300b13 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 "0b752b4" CACHE STRING "The version of tf-m-tests to use")
+set(TFM_TEST_REPO_VERSION "eeba9de" 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")