.gitmodules: Fix submodule revision to v0.1 tag
The goswid tool gets a rework and this shouldn't break coreboot builds. Therefore, a v0.1 tag was created to tie coreboot to a known working commit of goswid. Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com> Change-Id: I9d14f7653465c6b9e72dd3661e991d13b76c24c4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/71617 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
3b3f94757c
commit
59a1a30ae1
|
@ -64,4 +64,4 @@
|
||||||
[submodule "util/goswid"]
|
[submodule "util/goswid"]
|
||||||
path = util/goswid
|
path = util/goswid
|
||||||
url = ../goswid
|
url = ../goswid
|
||||||
branch = trunk
|
branch = v0.1
|
||||||
|
|
Loading…
Reference in New Issue