We have a mirror of the qemu-palcode repository on
git.qemu.org; use that instead of the upstream github,
in line with our general policy of keeping and using
a mirror for submodules.

Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
---
We also currently have two submodules we don't have mirroring
for: seabios-hppa and u-boot-sam460ex.

 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index b76fb450a4..c613722e3c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -18,7 +18,7 @@
        url = git://git.qemu-project.org/openhackware.git
 [submodule "roms/qemu-palcode"]
        path = roms/qemu-palcode
-       url = git://github.com/rth7680/qemu-palcode.git
+       url = git://git.qemu.org/qemu-palcode.git
 [submodule "roms/sgabios"]
        path = roms/sgabios
        url = git://git.qemu-project.org/sgabios.git
-- 
2.16.2


Reply via email to