From 59a1a30ae1555e654b07f7ec7d76798bc408908f Mon Sep 17 00:00:00 2001 From: Maximilian Brune Date: Wed, 4 Jan 2023 04:31:25 +0100 Subject: .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 Change-Id: I9d14f7653465c6b9e72dd3661e991d13b76c24c4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/71617 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3