Family: sun50iw9-bpi: Update ATF to lts-v2.12.1

Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
This commit is contained in:
Patrick Yavitz 2025-06-29 20:44:55 -04:00 committed by Igor
parent f349c76904
commit 6e85c0a9c1
1 changed files with 1 additions and 1 deletions

View File

@ -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'