From d765e1ed383e273d75752038296dc3c037855715 Mon Sep 17 00:00:00 2001 From: Johan Gunnarsson Date: Fri, 5 Nov 2021 22:06:17 +0100 Subject: [PATCH] build-u_boot: Update U-Boot git URL --- scripts/build-u_boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-u_boot b/scripts/build-u_boot index d95560b..d5041c6 100755 --- a/scripts/build-u_boot +++ b/scripts/build-u_boot @@ -6,7 +6,7 @@ TUPLE="${2}" # For example "aarch64-linux-gnu" set -ex -U_BOOT_GIT_URL_DEFAULT="https://gitlab.denx.de/u-boot/u-boot.git" +U_BOOT_GIT_URL_DEFAULT="https://source.denx.de/u-boot/u-boot.git/" if [ ! -z "${U_BOOT_GIT_REV}" ] then