From dca083da74c28c5ed05bd3da197fc06290c76450 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 20 Jul 2020 11:55:13 -0600 Subject: [PATCH] Absolute path for qc_blobs in gitmodules Change-Id: I5bab7ace1503f54fafff9073b35f9b3e0952c0b7 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 40600810a6..2a9c60f8bb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -48,6 +48,6 @@ update = none [submodule "3rdparty/qc_blobs"] path = 3rdparty/qc_blobs - url = ../qc_blobs.git + url = https://review.coreboot.org/qc_blobs.git update = none ignore = dirty