From 1bc196089afd73ad1b46439bca282c987a535caf Mon Sep 17 00:00:00 2001 From: lanefu Date: Sat, 15 May 2021 15:56:32 -0400 Subject: [PATCH] use official GitHub repo for u-boot GitHub mirror --- lib/configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configuration.sh b/lib/configuration.sh index b67c2aafd5..5859d55ed0 100644 --- a/lib/configuration.sh +++ b/lib/configuration.sh @@ -91,7 +91,7 @@ esac MAINLINE_KERNEL_DIR='linux-mainline' if [[ $USE_GITHUB_UBOOT_MIRROR == yes ]]; then - MAINLINE_UBOOT_SOURCE='https://github.com/RobertCNelson/u-boot' + MAINLINE_UBOOT_SOURCE='https://github.com/u-boot/u-boot' else MAINLINE_UBOOT_SOURCE='https://source.denx.de/u-boot/u-boot.git' fi