build-u_boot: Update U-Boot git URL

This commit is contained in:
Johan Gunnarsson 2021-11-05 22:06:17 +01:00
parent 733e488d0e
commit d765e1ed38
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ TUPLE="${2}" # For example "aarch64-linux-gnu"
set -ex
U_BOOT_GIT_URL_DEFAULT="https://gitlab.denx.de/u-boot/u-boot.git"
U_BOOT_GIT_URL_DEFAULT="https://source.denx.de/u-boot/u-boot.git/"
if [ ! -z "${U_BOOT_GIT_REV}" ]
then