From 5194e0f35aecf6e029019fb19547fe8347ee9261 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sun, 27 Apr 2025 23:45:53 +0200 Subject: [PATCH] Drop old tag for ATF that was only set in sun50iw9 / H61x --- config/sources/families/sun50iw9.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/sources/families/sun50iw9.conf b/config/sources/families/sun50iw9.conf index 7cbca66d64..5e24abb7ea 100644 --- a/config/sources/families/sun50iw9.conf +++ b/config/sources/families/sun50iw9.conf @@ -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