Commit 713bb795 authored by Raef Coles's avatar Raef Coles Committed by Andrzej Puzdrowski
Browse files

ci: Update TF-M version



To fix a regression caused by f6847381,
where an older TF-M version was used that didn't support the bootutil
cmake.

Signed-off-by: default avatarRaef Coles <raef.coles@arm.com>
parent ddd390a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ set -e
pushd .. &&\
   git clone https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git &&\
   pushd trusted-firmware-m &&\
   git checkout 8501b37db8e038ce39eb7f1039a514edea92c96e &&\
   git checkout 7ad5c5f23f4619add4aa6c88f4b25fc6fd84ec6e &&\
   popd

if test -z "$FIH_LEVEL"; then