Skip to content

Commit 853a547

Browse files
Summer-ARMDavid Hu
authored and
David Hu
committed
Crypto: Update the URL (or path) to retrieve MbedTLS
Mbed TLS GitHub migration is complete from https://github.com/ARMmbed/mbedtls to https://github.com/Mbed-TLS/mbedtls. Update the Mbed TLS path in TF-M repo. Change-Id: I9dc0d6d90fc4d7c831e960a37feb2d58f343d61c Signed-off-by: Summer Qin <[email protected]>
1 parent 4942fc5 commit 853a547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config_default.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ set(TFM_FWU_BUF_SIZE "" CACHE STRING "Size of the
156156

157157
set(MBEDCRYPTO_PATH "DOWNLOAD" CACHE PATH "Path to Mbed Crypto (or DOWNLOAD to fetch automatically")
158158
set(MBEDCRYPTO_VERSION "mbedtls-3.1.0" CACHE STRING "The version of Mbed Crypto to use")
159-
set(MBEDCRYPTO_GIT_REMOTE "https://github.com/ARMmbed/mbedtls.git" CACHE STRING "The URL (or path) to retrieve MbedTLS from.")
159+
set(MBEDCRYPTO_GIT_REMOTE "https://github.com/Mbed-TLS/mbedtls.git" CACHE STRING "The URL (or path) to retrieve MbedTLS from.")
160160
set(MBEDCRYPTO_BUILD_TYPE "${CMAKE_BUILD_TYPE}" CACHE STRING "Build type of Mbed Crypto library")
161161
set(TFM_MBEDCRYPTO_CONFIG_PATH
162162
"${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/mbedcrypto_config/tfm_mbedcrypto_config_default.h" CACHE PATH

0 commit comments

Comments
 (0)