From 88091789f0d6234d9050c1c7a2dfc2515044ece0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alex=20Benn=C3=A9e?= Date: Wed, 1 Oct 2025 18:09:43 +0100 Subject: [PATCH] .gitmodules: restore qemu-project mirror of u-boot-sam460ex MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit With this change also reference the upstream repo. Signed-off-by: Alex Bennée Message-ID: <20251001170947.2769296-4-alex.bennee@linaro.org> --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index e51abe6525..c307216d17 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,7 +28,8 @@ url = https://gitlab.com/qemu-project/seabios-hppa.git [submodule "roms/u-boot-sam460ex"] path = roms/u-boot-sam460ex - url = https://gitlab.com/qemu-project-mirrors/u-boot-sam460ex.git + # upstream is https://github.com/zbalaton/u-boot-sam460ex + url = https://gitlab.com/qemu-project/u-boot-sam460ex.git [submodule "roms/edk2"] path = roms/edk2 url = https://gitlab.com/qemu-project/edk2.git -- 2.47.3