refactor(attest): update t_cose submodule to upstream
Update the URL of the t_cose submodule to the upstream repo. The
restartable implementation changed during the review process, so the
attestation code needed to be updated compared to the code used with the
forked t_cose repo.
Signed-off-by: Mate Toth-Pal <mate.toth-pal@arm.com>
Change-Id: Idc65a62eac3d7cf4bc4096a333557fe34f31e48d
diff --git a/.gitmodules b/.gitmodules
index 091b707..4a22399 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,7 +7,7 @@
url = https://github.com/laurencelundblade/QCBOR.git
[submodule "ext/t_cose"]
path = ext/t_cose
- url = https://github.com/matetothpal/t_cose.git
+ url = https://github.com/laurencelundblade/t_cose.git
[submodule "ext/cpputest"]
path = ext/cpputest
url = https://github.com/cpputest/cpputest.git