Adjust mainline u-boot to new location to supress redirect warnings

This commit is contained in:
Igor Pecovnik
2021-03-07 11:05:35 +01:00
parent e16b48ac18
commit 720b8a8259

View File

@@ -72,7 +72,7 @@ MAINLINE_KERNEL_DIR='linux-mainline'
if [[ $USE_GITHUB_UBOOT_MIRROR == yes ]]; then if [[ $USE_GITHUB_UBOOT_MIRROR == yes ]]; then
MAINLINE_UBOOT_SOURCE='https://github.com/RobertCNelson/u-boot' MAINLINE_UBOOT_SOURCE='https://github.com/RobertCNelson/u-boot'
else 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 fi
MAINLINE_UBOOT_DIR='u-boot' MAINLINE_UBOOT_DIR='u-boot'