Skip to content

Commit 0732e07

Browse files
Merge pull request #70 from hg8/master
Fix: Update u-boot repository URLs to GitHub
2 parents 202a918 + 47eaec5 commit 0732e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
url = https://gitlab.com/qemu-project/dtc.git
2222
[submodule "roms/u-boot"]
2323
path = roms/u-boot
24-
url = https://gitlab.com/qemu-project/u-boot.git
24+
url = https://github.com/qemu/u-boot.git
2525
[submodule "roms/skiboot"]
2626
path = roms/skiboot
2727
url = https://gitlab.com/qemu-project/skiboot.git
@@ -39,7 +39,7 @@
3939
url = https://gitlab.com/qemu-project/seabios-hppa.git
4040
[submodule "roms/u-boot-sam460ex"]
4141
path = roms/u-boot-sam460ex
42-
url = https://gitlab.com/qemu-project/u-boot-sam460ex.git
42+
url = https://github.com/qemu/u-boot-sam460ex.git
4343
[submodule "tests/fp/berkeley-testfloat-3"]
4444
path = tests/fp/berkeley-testfloat-3
4545
url = https://gitlab.com/qemu-project/berkeley-testfloat-3.git

0 commit comments

Comments
 (0)