Update u-boot to 2021.10 (#3182)

This commit is contained in:
Igor Pečovnik
2021-10-09 17:57:56 +02:00
committed by GitHub
parent c74b8ea582
commit bd54236f9f
3 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ fi
[[ -z $UBOOT_USE_GCC ]] && UBOOT_USE_GCC='> 8.0'
[[ -z $BOOTSOURCE ]] && BOOTSOURCE=$MAINLINE_UBOOT_SOURCE
[[ -z $BOOTDIR ]] && BOOTDIR=$MAINLINE_UBOOT_DIR
[[ -z $BOOTBRANCH ]] && BOOTBRANCH='tag:v2020.04'
[[ -z $BOOTBRANCH ]] && BOOTBRANCH='tag:v2021.10'
if [ "$(uname -m)" = "aarch64" ]; then
[[ -z $KERNEL_COMPILER ]] && KERNEL_COMPILER="arm-linux-gnueabihf-"