diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-02-03 08:09:35 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-02-17 15:42:38 +0000 |
commit | 5d9612af2e79be60654575ee43875416c271c373 (patch) | |
tree | 62924f4f6eeca6d910750d49d96fea682e37eee9 /src/mainboard/intel | |
parent | d0e2155a59e1dec08d15d02d7eba30980b902493 (diff) |
treewide: Remove unuseful "_AEI: ACPI Event Interrupts"
Change-Id: I58a4e4fbd1a43462147daa58a5fda767cfd59c06
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72758
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r-- | src/mainboard/intel/strago/acpi/mainboard.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/intel/strago/acpi/mainboard.asl b/src/mainboard/intel/strago/acpi/mainboard.asl index dcfb0407e6..6c0ce02711 100644 --- a/src/mainboard/intel/strago/acpi/mainboard.asl +++ b/src/mainboard/intel/strago/acpi/mainboard.asl @@ -180,7 +180,7 @@ Scope (\_SB.PCI0.LPEA) Scope (\_SB.GPNC) { - Method (_AEI, 0, Serialized) // _AEI: ACPI Event Interrupts + Method (_AEI, 0, Serialized) { Name (RBUF, ResourceTemplate () { |