From d12cca41234e8fed518e5231020a83dcb91684f5 Mon Sep 17 00:00:00 2001 From: Johan Gunnarsson Date: Sun, 17 Nov 2019 22:39:35 +0100 Subject: [PATCH] build-u_boot: Use new 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 2bd0516..3e2232d 100755 --- a/scripts/build-u_boot +++ b/scripts/build-u_boot @@ -6,7 +6,7 @@ TUPLE="${2}" # For example "aarch64-linux-gnu" TARBALL="${U_BOOT_TARBALL}" GIT_REV="${U_BOOT_GIT_REV}" -GIT_URL="${U_BOOT_GIT_URL:-git://git.denx.de/u-boot.git}" +GIT_URL="${U_BOOT_GIT_URL:-https://gitlab.denx.de/u-boot/u-boot.git}" set -e