From 2f3c3d05ebeca640aa6e12d2f97d5fc5d26d609b Mon Sep 17 00:00:00 2001 From: ayberkcn8181 Date: Wed, 12 Aug 2026 15:29:55 +0300 Subject: [PATCH] Platform/a52q: fix stale ACPI table filename reference Silicon/Qualcomm/sm7125's AcpiTables/BuiltIn/MADT.aml was renamed to APIC.aml in commit a23d912 ("Miatoll: Update AcpiTables"), but a52q.fdf.inc was never updated to match (a52q hasn't been touched since its initial bring-up in PR #275). This left the a52q build broken with "File/directory not found in workspace" for anyone attempting to build it. Co-Authored-By: Claude Sonnet 5 --- Platform/Samsung/sm7125/a52q.fdf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Samsung/sm7125/a52q.fdf.inc b/Platform/Samsung/sm7125/a52q.fdf.inc index 7004a3cbb..2295491f2 100644 --- a/Platform/Samsung/sm7125/a52q.fdf.inc +++ b/Platform/Samsung/sm7125/a52q.fdf.inc @@ -6,7 +6,7 @@ FILE FREEFORM = 67a12712-1928-4ad1-8597-a60586820501 { SECTION RAW = Silicon/Qualcomm/sm7125/AcpiTables/BuiltIn/FACP.aml SECTION RAW = Silicon/Qualcomm/sm7125/AcpiTables/BuiltIn/GTDT.aml # SECTION RAW = Silicon/Qualcomm/sm7125/AcpiTables/BuiltIn/IORT.aml - SECTION RAW = Silicon/Qualcomm/sm7125/AcpiTables/BuiltIn/MADT.aml + SECTION RAW = Silicon/Qualcomm/sm7125/AcpiTables/BuiltIn/APIC.aml SECTION RAW = Silicon/Qualcomm/sm7125/AcpiTables/BuiltIn/PPTT.aml SECTION UI = "AcpiTables" } \ No newline at end of file