Drop old tag for ATF that was only set in sun50iw9 / H61x

This commit is contained in:
Igor Pecovnik 2025-04-27 23:45:53 +02:00 committed by Igor
parent 161ac1b4ee
commit 5194e0f35a

View File

@ -16,11 +16,8 @@ GOVERNOR=ondemand
case $BRANCH in
current | edge)
ATFSOURCE='https://github.com/ARM-software/arm-trusted-firmware'
ATFBRANCH='tag:lts-v2.10.2'
ATF_PLAT="sun50i_h616"
ATF_TARGET_MAP='PLAT=sun50i_h616 DEBUG=1 bl31;;build/sun50i_h616/debug/bl31.bin'
BOOTSCRIPT='boot-sun50i-next.cmd:boot.cmd'
;;
esac