aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/ga-h61m-series/acpi
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/acpi
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/acpi')
-rw-r--r--src/mainboard/gigabyte/ga-h61m-series/acpi/mainboard.asl9
1 files changed, 0 insertions, 9 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"))
- }
-}