From 4c5d530f35f59bbd837ac36d2023591792c47fe7 Mon Sep 17 00:00:00 2001 From: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu> Date: Fri, 4 Apr 2025 07:11:55 +0300 Subject: [PATCH] airoha64: switch to atf-2.10 from 2024Q4 sdk --- airoha/an7581/UNION_AN7581_KITE_LOGAN_KERNEL_5_4_demo.mak | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/airoha/an7581/UNION_AN7581_KITE_LOGAN_KERNEL_5_4_demo.mak b/airoha/an7581/UNION_AN7581_KITE_LOGAN_KERNEL_5_4_demo.mak index e81b8ac3c..69308bc25 100644 --- a/airoha/an7581/UNION_AN7581_KITE_LOGAN_KERNEL_5_4_demo.mak +++ b/airoha/an7581/UNION_AN7581_KITE_LOGAN_KERNEL_5_4_demo.mak @@ -291,8 +291,11 @@ TCSUPPORT_CPU_ARMV8=y TCSUPPORT_CPU_ARMV8_64=y # TCSUPPORT_CPU_ARMV8_NO_NEON is not set TCSUPPORT_UBOOT=y -TCSUPPORT_UBOOT_2014=y -TCSUPPORT_ATF_2_1=y +#TCSUPPORT_UBOOT_2014 is not set +TCSUPPORT_UBOOT_2023=y +TCSUPPORT_TPL_SUPPORT=y +TCSUPPORT_OPTEE=y +TCSUPPORT_ATF_2_10=y TCSUPPORT_UBOOT_64BIT=y # TCSUPPORT_NP is not set # TCSUPPORT_NP_CMCC is not set -- GitLab