diff options
| author | Alex Bennée <alex.bennee@linaro.org> | 2025-10-01 18:09:42 +0100 |
|---|---|---|
| committer | Alex Bennée <alex.bennee@linaro.org> | 2025-10-07 07:33:39 +0100 |
| commit | 43a1c177426ff1babb863b3c45281fbc9f47f130 (patch) | |
| tree | 23b40ea5fe99f3e2f04eade8431912a955a77812 | |
| parent | 547d94ffc62a96736953c35c94c7916181805895 (diff) | |
| download | focaccia-qemu-43a1c177426ff1babb863b3c45281fbc9f47f130.tar.gz focaccia-qemu-43a1c177426ff1babb863b3c45281fbc9f47f130.zip | |
.gitmodules: restore qemu-project mirror of u-boot
With this change also reference the upstream repo. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-ID: <20251001170947.2769296-3-alex.bennee@linaro.org>
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index e27dfe8c2c..e51abe6525 100644 --- a/.gitmodules +++ b/.gitmodules @@ -15,7 +15,8 @@ url = https://gitlab.com/qemu-project/qemu-palcode.git [submodule "roms/u-boot"] path = roms/u-boot - url = https://gitlab.com/qemu-project-mirrors/u-boot.git + # upstream is https://github.com/u-boot/u-boot + url = https://gitlab.com/qemu-project/u-boot.git [submodule "roms/skiboot"] path = roms/skiboot url = https://gitlab.com/qemu-project/skiboot.git |