aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Vincze <david.vincze@arm.com>2021-07-28 23:41:35 +0200
committerAnton Komlev <Anton.Komlev@arm.com>2021-08-02 12:45:09 +0200
commit7e1c5a4e43f2314bd242500d2f49d15beba24f4a (patch)
treeb8b09aee8ff487945fb0c12ba6f1bc315e73197f
parent07c2e6868cb7027325a0b84dd4c14bf619f5dc34 (diff)
downloadtrusted-firmware-m-7e1c5a4e43f2314bd242500d2f49d15beba24f4a.tar.gz
Build: Update MCUboot version to use a tag
The actual version of MCUboot is not changed, only the commit hash is replaced in the build configuration with a tag on the same commit. Change-Id: I5509f21d3c6d3e87a924e4000f6c6a654f9bdb56 Signed-off-by: David Vincze <david.vincze@arm.com>
-rw-r--r--config/config_default.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config_default.cmake b/config/config_default.cmake
index 52cb9e7d27..d3d61602fe 100644
--- a/config/config_default.cmake
+++ b/config/config_default.cmake
@@ -184,8 +184,8 @@ set(TFM_TEST_REPO_PATH "DOWNLOAD" CACHE PATH "Path to TFM
set(TFM_TEST_REPO_VERSION "e1a8c9f" 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")
-set(MCUBOOT_VERSION "4f80913" CACHE STRING "The version of MCUboot to use")
+set(MCUBOOT_PATH "DOWNLOAD" CACHE PATH "Path to MCUboot (or DOWNLOAD to fetch automatically")
+set(MCUBOOT_VERSION "TF-Mv1.4-integ" CACHE STRING "The version of MCUboot to use")
set(PSA_ARCH_TESTS_PATH "DOWNLOAD" CACHE PATH "Path to PSA arch tests (or DOWNLOAD to fetch automatically")
set(PSA_ARCH_TESTS_VERSION "51ff2bd" CACHE STRING "The version of PSA arch tests to use")