From 720b8a8259be43e7b115e26344fe90927e03c4ce Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sun, 7 Mar 2021 11:05:35 +0100 Subject: [PATCH] Adjust mainline u-boot to new location to supress redirect warnings --- lib/configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configuration.sh b/lib/configuration.sh index c2c5dd04c..b32051e04 100644 --- a/lib/configuration.sh +++ b/lib/configuration.sh @@ -72,7 +72,7 @@ MAINLINE_KERNEL_DIR='linux-mainline' if [[ $USE_GITHUB_UBOOT_MIRROR == yes ]]; then MAINLINE_UBOOT_SOURCE='https://github.com/RobertCNelson/u-boot' else - MAINLINE_UBOOT_SOURCE='https://gitlab.denx.de/u-boot/u-boot.git' + MAINLINE_UBOOT_SOURCE='https://source.denx.de/u-boot/u-boot.git' fi MAINLINE_UBOOT_DIR='u-boot'