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:
parent
bfd3adaf4a
commit
da1cb09fc2
@ -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'
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user