Merge branch 'master' of https://github.com/armbian/build into virtual

This commit is contained in:
Lane Jennison 2021-05-15 15:57:01 -04:00
commit 896da4280c

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