We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb15a51 commit 862316cCopy full SHA for 862316c
init-git.sh
@@ -6,7 +6,7 @@ MCUBOOT_GIT_SHA=v1.6.0
6
PSA_ARCH_TESTS_GIT_SHA=v20.03_API1.0
7
8
if [ ! -d trusted-firmware-m/.git ]; then
9
- git clone https://git.trustedfirmware.org/trusted-firmware-m.git -b ${TFM_GIT_SHA} --bare trusted-firmware-m/.git
+ git clone https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git -b ${TFM_GIT_SHA} --bare trusted-firmware-m/.git
10
cd trusted-firmware-m
11
git init
12
git checkout -f
0 commit comments