diff --git a/config/sources/families/sun50iw9-bpi.conf b/config/sources/families/sun50iw9-bpi.conf index 39c1d5f3b..2ede29a59 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.1' + declare -g ATFBRANCH='tag:lts-v2.12.5' 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'