use official GitHub repo for u-boot GitHub mirror

This commit is contained in:
lanefu 2021-05-15 15:56:32 -04:00 committed by GitHub
parent c907ce590d
commit 1bc196089a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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