Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50502 )
Change subject: mb/gigabyte/ga-h61m-series: Drop useless `mainboard.asl` ......................................................................
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 --- D src/mainboard/gigabyte/ga-h61m-series/acpi/mainboard.asl M src/mainboard/gigabyte/ga-h61m-series/dsdt.asl 2 files changed, 0 insertions(+), 10 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/50502/1
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 f69d016..0000000 --- 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 e950f74..05e8c1a 100644 --- a/src/mainboard/gigabyte/ga-h61m-series/dsdt.asl +++ b/src/mainboard/gigabyte/ga-h61m-series/dsdt.asl @@ -12,7 +12,6 @@ ) { #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>