From c5f16c9f0d28c4e59516a64d3c986bfa97c684b1 Mon Sep 17 00:00:00 2001 From: Maximilian Brune Date: Sat, 14 Jan 2023 20:32:09 +0100 Subject: Revert ".gitmodules: Fix submodule revision to v0.1 tag" This reverts commit 59a1a30ae1555e654b07f7ec7d76798bc408908f. git submodule updates currently break, since apparently you can't use git tags in the .gitmodules file. Signed-off-by: Maximilian Brune Change-Id: Ibbc2bee21a723bd6d602ca435cada1dc0da03091 Reviewed-on: https://review.coreboot.org/c/coreboot/+/71894 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh Reviewed-by: Felix Singer --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index e7238e5000..6f62952f43 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,4 +64,4 @@ [submodule "util/goswid"] path = util/goswid url = ../goswid - branch = v0.1 + branch = trunk -- cgit v1.2.3