diff options
author | Maximilian Brune <maximilian.brune@9elements.com> | 2023-01-04 04:31:25 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-01-11 18:58:43 +0000 |
commit | 59a1a30ae1555e654b07f7ec7d76798bc408908f (patch) | |
tree | bbe3bdf831a573b2287f58287b1eaf3452698555 /.gitmodules | |
parent | 3b3f94757c5456819e16963b1b393195979f4528 (diff) |
.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>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 6f62952f43..e7238e5000 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,4 +64,4 @@ [submodule "util/goswid"] path = util/goswid url = ../goswid - branch = trunk + branch = v0.1 |