aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDavid Hu <david.hu@arm.com>2021-07-22 21:29:14 +0800
committerDavid Hu <david.hu@arm.com>2021-08-23 08:58:23 +0200
commitc2f89973c973865b27c536a94a1afcf00a217ee1 (patch)
treece067ffacf457c1feaddeab9c295170c92f2ac4c /config
parentf5f120986a36f8c16f9bf487f7ad7139dbc443a4 (diff)
downloadtrusted-firmware-m-c2f89973c973865b27c536a94a1afcf00a217ee1.tar.gz
Build: Update tf-m-tests commit
Update tf-m-tests commit to support test services out-of-tree build. Change-Id: I7bbcc7a348d32dcbe6b359e515a04be3919d34c5 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 30a19a9b7d..83c3743296 100644
--- a/config/config_default.cmake
+++ b/config/config_default.cmake
@@ -180,7 +180,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 "2a20b57" CACHE STRING "The version of tf-m-tests to use")
+set(TFM_TEST_REPO_VERSION "d4b2ba3" 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")