Update sun50iw9-bpi family to atf lts-v2.12.9

Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
This commit is contained in:
Patrick Yavitz 2026-02-02 12:47:02 -05:00 committed by c0rnelius
parent b3457908c7
commit e82e3b4a7c

View File

@ -17,7 +17,7 @@ case $BRANCH in
current | edge)
declare -g BOOTBRANCH="${BOOTBRANCH_BOARD}"
declare -g ATFSOURCE='https://github.com/ARM-software/arm-trusted-firmware'
declare -g ATFBRANCH='tag:lts-v2.12.5'
declare -g ATFBRANCH='tag:lts-v2.12.9'
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'