diff options
| author | Alex Bennée <alex.bennee@linaro.org> | 2025-10-01 18:09:43 +0100 |
|---|---|---|
| committer | Alex Bennée <alex.bennee@linaro.org> | 2025-10-07 07:33:39 +0100 |
| commit | 88091789f0d6234d9050c1c7a2dfc2515044ece0 (patch) | |
| tree | 5e6ea8584780f2ffe24ab31a0fcd839c8b943415 | |
| parent | 43a1c177426ff1babb863b3c45281fbc9f47f130 (diff) | |
| download | focaccia-qemu-88091789f0d6234d9050c1c7a2dfc2515044ece0.tar.gz focaccia-qemu-88091789f0d6234d9050c1c7a2dfc2515044ece0.zip | |
.gitmodules: restore qemu-project mirror of u-boot-sam460ex
With this change also reference the upstream repo. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-ID: <20251001170947.2769296-4-alex.bennee@linaro.org>
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 2 insertions, 1 deletions
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 |