mirror of https://github.com/armbian/build.git
Family: sun50iw9-bpi: Update ATF to lts-v2.12.1
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
This commit is contained in:
parent
f349c76904
commit
6e85c0a9c1
|
@ -18,7 +18,7 @@ case $BRANCH in
|
|||
declare -g BOOTSOURCE='https://source.denx.de/u-boot/u-boot.git'
|
||||
declare -g BOOTBRANCH="${BOOTBRANCH_BOARD}"
|
||||
declare -g ATFSOURCE='https://github.com/ARM-software/arm-trusted-firmware'
|
||||
declare -g ATFBRANCH='tag:v2.12.0'
|
||||
declare -g ATFBRANCH='tag:v2.12.1'
|
||||
declare -g ATF_PLAT="sun50i_h616"
|
||||
declare -g ATF_TARGET_MAP='PLAT=sun50i_h616 DEBUG=1 bl31;;build/sun50i_h616/debug/bl31.bin'
|
||||
declare -g BOOTSCRIPT='boot-sun50i-next.cmd:boot.cmd'
|
||||
|
|
Loading…
Reference in New Issue