From 0ba0b07074c0c37f641e162d5b70eecd71398394 Mon Sep 17 00:00:00 2001 From: Hugo <9076747+hg8@users.noreply.github.com> Date: Fri, 19 Sep 2025 19:56:20 +0200 Subject: [PATCH] Change u-boot submodule URLs to GitLab mirrors See https://github.com/qemu/qemu/commit/a11d1847d5ef8a7db58e6d4e44f36fec708f0981 --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 94443f528e32e..d8807ddee4e48 100644 --- a/.gitmodules +++ b/.gitmodules @@ -21,7 +21,7 @@ url = https://gitlab.com/qemu-project/dtc.git [submodule "roms/u-boot"] path = roms/u-boot - url = https://github.com/qemu/u-boot.git + url = https://gitlab.com/qemu-project-mirrors/u-boot.git [submodule "roms/skiboot"] path = roms/skiboot url = https://gitlab.com/qemu-project/skiboot.git @@ -39,7 +39,7 @@ url = https://gitlab.com/qemu-project/seabios-hppa.git [submodule "roms/u-boot-sam460ex"] path = roms/u-boot-sam460ex - url = https://github.com/qemu/u-boot-sam460ex.git + url = https://gitlab.com/qemu-project-mirrors/u-boot-sam460ex.git [submodule "tests/fp/berkeley-testfloat-3"] path = tests/fp/berkeley-testfloat-3 url = https://gitlab.com/qemu-project/berkeley-testfloat-3.git