[AR-78] Set main u-boot settings to 2019.10 and remove references in the tree since not needed. (#1631)

This commit is contained in:
Igor Pečovnik
2019-11-26 18:23:56 +01:00
committed by GitHub
parent 77a2dba163
commit 5ae857539d
8 changed files with 2 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ CAN_BUILD_STRETCH=yes
[[ -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:v2019.04'
[[ -z $BOOTBRANCH ]] && BOOTBRANCH='tag:v2019.10'
[[ -z $KERNEL_COMPILER ]] && KERNEL_COMPILER="arm-linux-gnueabihf-"
[[ -z $KERNEL_USE_GCC ]] && KERNEL_USE_GCC='> 8.0'