On Mon, Sep 22, 2025 at 05:04:01PM -0500, Erick Shepherd wrote: > The u-boot and u-boot-sam460ex submodule repositories were moved to new > locations. Update .gitmodules to use the new URLs. > > Signed-off-by: Erick Shepherd <[email protected]>
You need to update your git tree, as this change was already done when the modules were moved: commit a11d1847d5ef8a7db58e6d4e44f36fec708f0981 Author: Alex Bennée <[email protected]> Date: Mon Sep 8 15:19:11 2025 +0100 .gitmodules: move u-boot mirrors to qemu-project-mirrors > --- > .gitmodules | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/.gitmodules b/.gitmodules > index 73cae4cd4d..e27dfe8c2c 100644 > --- a/.gitmodules > +++ b/.gitmodules > @@ -15,7 +15,7 @@ > url = https://gitlab.com/qemu-project/qemu-palcode.git > [submodule "roms/u-boot"] > path = roms/u-boot > - url = https://gitlab.com/qemu-project/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 > @@ -27,7 +27,7 @@ > 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/u-boot-sam460ex.git > + url = https://gitlab.com/qemu-project-mirrors/u-boot-sam460ex.git > [submodule "roms/edk2"] > path = roms/edk2 > url = https://gitlab.com/qemu-project/edk2.git > -- > 2.50.1 > > With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
