aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/ga-h61m-series
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-02-10 23:18:38 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-12 07:59:13 +0000
commit6f5f376b95d46e3dba45337884d57860d938c8fb (patch)
treeb53533820282d74eb957de0b86047d4012956370 /src/mainboard/gigabyte/ga-h61m-series
parentb27e7db0dcd556684d30870068d6c7b8367e887e (diff)
mb/gigabyte/ga-h61m-series: Drop useless `mainboard.asl`
Was copy-pasted from another board and is completely useless. Change-Id: Iedb03284b4509597cff5d39dda4f98669f2e814b Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50502 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/gigabyte/ga-h61m-series')
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/acpi/mainboard.asl9
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/dsdt.asl1
2 files changed, 0 insertions, 10 deletions
diff --git a/src/mainboard/gigabyte/ga-h61m-series/acpi/mainboard.asl b/src/mainboard/gigabyte/ga-h61m-series/acpi/mainboard.asl
deleted file mode 100644
index f69d016b74..0000000000
--- a/src/mainboard/gigabyte/ga-h61m-series/acpi/mainboard.asl
+++ /dev/null
@@ -1,9 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-Scope (\_SB)
-{
- Device (PWRB)
- {
- Name (_HID, EisaId("PNP0C0C"))
- }
-}
diff --git a/src/mainboard/gigabyte/ga-h61m-series/dsdt.asl b/src/mainboard/gigabyte/ga-h61m-series/dsdt.asl
index e950f7483f..05e8c1ad88 100644
--- a/src/mainboard/gigabyte/ga-h61m-series/dsdt.asl
+++ b/src/mainboard/gigabyte/ga-h61m-series/dsdt.asl
@@ -12,7 +12,6 @@ DefinitionBlock(
)
{
#include <acpi/dsdt_top.asl>
- #include "acpi/mainboard.asl"
#include "acpi/platform.asl"
#include <cpu/intel/common/acpi/cpu.asl>
#include <southbridge/intel/common/acpi/platform.asl>