sunxi64: bump ATF to latest LTS tag

This commit is contained in:
EvilOlaf
2025-04-21 09:52:37 +02:00
committed by Igor
parent 16e38f9daf
commit b83ed148ce

View File

@@ -9,7 +9,7 @@
enable_extension "sunxi-tools"
declare -g ARCH=arm64
declare -g ATF_TARGET_MAP="PLAT=$ATF_PLAT DEBUG=1 bl31;;build/$ATF_PLAT/debug/bl31.bin"
declare -g ATFBRANCH="tag:v2.9.0"
declare -g ATFBRANCH="tag:lts-v2.12.1"
declare -g BOOTDELAY=1
declare -g BOOTPATCHDIR="${BOOTPATCHDIR:-"u-boot-sunxi"}"
declare -g BOOTBRANCH="${BOOTBRANCH:-"tag:v2024.01"}"