Revert ".gitmodules: Fix submodule revision to v0.1 tag"
This reverts commit 59a1a30ae1
.
git submodule updates currently break, since apparently you can't use
git tags in the .gitmodules file.
Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com>
Change-Id: Ibbc2bee21a723bd6d602ca435cada1dc0da03091
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71894
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
0e945a3426
commit
c5f16c9f0d
|
@ -64,4 +64,4 @@
|
|||
[submodule "util/goswid"]
|
||||
path = util/goswid
|
||||
url = ../goswid
|
||||
branch = v0.1
|
||||
branch = trunk
|
||||
|
|
Loading…
Reference in New Issue