From e82e3b4a7cd7af4a104e33ed9795136fc352593e Mon Sep 17 00:00:00 2001 From: Patrick Yavitz Date: Mon, 2 Feb 2026 12:47:02 -0500 Subject: [PATCH] Update `sun50iw9-bpi` family to atf lts-v2.12.9 Signed-off-by: Patrick Yavitz --- config/sources/families/sun50iw9-bpi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sources/families/sun50iw9-bpi.conf b/config/sources/families/sun50iw9-bpi.conf index 2ede29a59e..7cb39cf64e 100644 --- a/config/sources/families/sun50iw9-bpi.conf +++ b/config/sources/families/sun50iw9-bpi.conf @@ -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'