build-u_boot: Use new U-Boot git URL
This commit is contained in:
parent
00219475b3
commit
d12cca4123
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue