[REDO]: Pass build configurations through header file
This patch re-applies 56979ee5579dbb90bbf598af4c252259e5f20777
as it was reverted.
The CI failure was because the patch that triggered CI was not
rebased for dependency changes between TF-M and TF-M test repo.
Change-Id: I7f96e285c2659ef39731e8736bd641895413818a
Signed-off-by: Kevin Peng <kevin.peng@arm.com>
diff --git a/lib/ext/tf-m-tests/repo_config_default.cmake b/lib/ext/tf-m-tests/repo_config_default.cmake
index 90dce1b..c3a9d82 100644
--- a/lib/ext/tf-m-tests/repo_config_default.cmake
+++ b/lib/ext/tf-m-tests/repo_config_default.cmake
@@ -8,5 +8,5 @@
# Default configs of tf-m-tests repo
set(TFM_TEST_REPO_PATH "DOWNLOAD" CACHE PATH "Path to TFM-TEST repo (or DOWNLOAD to fetch automatically")
-set(TFM_TEST_REPO_VERSION "2d69f5a" CACHE STRING "The version of tf-m-tests to use")
+set(TFM_TEST_REPO_VERSION "3e6c52b" 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")