Bugfix - adjust sunxi u-boots

While necesary revert to 2020.10 we need to exclude a few of. Now they all build OOB.
This commit is contained in:
Igor Pecovnik 2021-08-08 18:19:18 +02:00
parent bfd3adaf4a
commit da1cb09fc2
3 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,9 @@ ATF_TARGET_MAP="PLAT=$ATF_PLAT DEBUG=1 bl31;;build/$ATF_PLAT/debug/bl31.bin"
BOOTDELAY=1
##https://armbian.atlassian.net/browse/AR-867
BOOTBRANCH='tag:v2020.10'
[[ $BOARD == pineh64* ]] && BOOTBRANCH='tag:v2021.07'
BOOTPATCHDIR='u-boot-sunxi'
BOOTENV_FILE='sunxi.txt'
UBOOT_TARGET_MAP=';;u-boot-sunxi-with-spl.bin'

View File

@ -2,6 +2,9 @@ ARCH=armhf
BOOTDELAY=1
##https://armbian.atlassian.net/browse/AR-867
BOOTBRANCH='tag:v2020.10'
[[ $LINUXFAMILY == sun8i-v3s ]] && BOOTBRANCH='tag:v2021.07'
BOOTPATCHDIR='u-boot-sunxi'
UBOOT_TARGET_MAP=';;u-boot-sunxi-with-spl.bin'
BOOTSCRIPT="boot-sunxi.cmd:boot.cmd"