From 32e827bfe3181c29879c0cdca29bf23d13469c29 Mon Sep 17 00:00:00 2001 From: Corey Minyard Date: Wed, 28 Jun 2023 14:49:57 -0500 Subject: [PATCH] Fix the u-boot source location Signed-off-by: Corey Minyard --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 72a92ed..81ae0b8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git [submodule "u-boot"] path = u-boot - url = https://gitlab.denx.de/u-boot/u-boot.git + url = https://source.denx.de/u-boot/u-boot.git [submodule "rkbin"] path = rkbin url = https://github.com/rockchip-linux/rkbin.git