From 6ad0ab1a693726c3fd5e9f68d1a8fc5b7535bd5e Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Thu, 19 Dec 2019 23:22:21 +0100 Subject: mb/**/acpi: Remove unused files Remove commented-out entries in dsdt.asl, and then remove files that do not get built. Change-Id: I579e7ffbc2d6596fd7ffe6863ff3b3fb14b0ade6 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/37857 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/mainboard/gigabyte/ga-945gcm-s2l/acpi/thermal.asl | 1 - src/mainboard/gigabyte/ga-945gcm-s2l/dsdt.asl | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 src/mainboard/gigabyte/ga-945gcm-s2l/acpi/thermal.asl (limited to 'src/mainboard/gigabyte/ga-945gcm-s2l') diff --git a/src/mainboard/gigabyte/ga-945gcm-s2l/acpi/thermal.asl b/src/mainboard/gigabyte/ga-945gcm-s2l/acpi/thermal.asl deleted file mode 100644 index 2997587d82..0000000000 --- a/src/mainboard/gigabyte/ga-945gcm-s2l/acpi/thermal.asl +++ /dev/null @@ -1 +0,0 @@ -/* dummy */ diff --git a/src/mainboard/gigabyte/ga-945gcm-s2l/dsdt.asl b/src/mainboard/gigabyte/ga-945gcm-s2l/dsdt.asl index be640c505e..b94f5bd460 100644 --- a/src/mainboard/gigabyte/ga-945gcm-s2l/dsdt.asl +++ b/src/mainboard/gigabyte/ga-945gcm-s2l/dsdt.asl @@ -29,15 +29,9 @@ DefinitionBlock( #include #include - // General Purpose Events - //#include "acpi/gpe.asl" - // mainboard specific devices #include "acpi/mainboard.asl" - // Thermal Zone - //#include "acpi/thermal.asl" - #include Scope (\_SB) { -- cgit v1.2.3