build-u_boot: Use new U-Boot git URL

This commit is contained in:
Johan Gunnarsson 2019-11-17 22:39:35 +01:00
parent 00219475b3
commit d12cca4123
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ TUPLE="${2}" # For example "aarch64-linux-gnu"
TARBALL="${U_BOOT_TARBALL}"
GIT_REV="${U_BOOT_GIT_REV}"
GIT_URL="${U_BOOT_GIT_URL:-git://git.denx.de/u-boot.git}"
GIT_URL="${U_BOOT_GIT_URL:-https://gitlab.denx.de/u-boot/u-boot.git}"
set -e