MCUboot: Update version to v2.0.0
Signed-off-by: Sherry Zhang <sherry.zhang2@arm.com>
Change-Id: I2cbd448a7040da3410a6a02e679b049f6e583434
diff --git a/config/config_base.cmake b/config/config_base.cmake
index 93b3401..4adf002 100755
--- a/config/config_base.cmake
+++ b/config/config_base.cmake
@@ -28,7 +28,7 @@
set(MBEDCRYPTO_GIT_REMOTE "https://github.com/Mbed-TLS/mbedtls.git" CACHE STRING "The URL (or path) to retrieve MbedTLS from.")
set(MCUBOOT_PATH "DOWNLOAD" CACHE PATH "Path to MCUboot (or DOWNLOAD to fetch automatically")
-set(MCUBOOT_VERSION "v2.0.0-rc1" CACHE STRING "The version of MCUboot to use")
+set(MCUBOOT_VERSION "v2.0.0" 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 "5c57920" CACHE STRING "The version of PSA arch tests to use")