From 373355e3bb950e834aeaa8e591faee28d4785cfe Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Thu, 15 Jan 2026 13:16:44 +0100 Subject: [PATCH] nuvoton-ma35d1: drop `ATF_USE_GCC` - no longer needed/useful/real --- config/sources/families/nuvoton-ma35d1.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/config/sources/families/nuvoton-ma35d1.conf b/config/sources/families/nuvoton-ma35d1.conf index 520eb8b449..1e52b78866 100644 --- a/config/sources/families/nuvoton-ma35d1.conf +++ b/config/sources/families/nuvoton-ma35d1.conf @@ -28,7 +28,6 @@ declare -g BOOTDIR='u-boot-nuvoton-ma35d1' declare -g UBOOT_TARGET_MAP=";;u-boot.bin header.bin fip.bin bl2.bin bl31.bin bl2-ma35d1.dtb tee-header_v2.bin tee-pager_v2.bin" # TF-A source from Nuvoton -declare -g ATF_USE_GCC="> 8.0" declare -g ATFSOURCE="https://github.com/OpenNuvoton/MA35D1_arm-trusted-firmware-v2.3.git" declare -g ATFDIR="arm-trusted-firmware-ma35d1" declare -g ATFBRANCH="branch:master"