diff options
author | Angel Pons <th3fanbus@gmail.com> | 2019-12-19 23:22:21 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-12-31 18:57:16 +0000 |
commit | 6ad0ab1a693726c3fd5e9f68d1a8fc5b7535bd5e (patch) | |
tree | 1b38668bf0feeadfb64e13a7855e7821e1b1a4cc /src/mainboard/google/stout/dsdt.asl | |
parent | e3d9d67e9977ac5387eae057bc709b29ec6fe03f (diff) | |
download | coreboot-6ad0ab1a693726c3fd5e9f68d1a8fc5b7535bd5e.tar.xz |
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 <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37857
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/google/stout/dsdt.asl')
-rw-r--r-- | src/mainboard/google/stout/dsdt.asl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/stout/dsdt.asl b/src/mainboard/google/stout/dsdt.asl index b89766e62d..976649e073 100644 --- a/src/mainboard/google/stout/dsdt.asl +++ b/src/mainboard/google/stout/dsdt.asl @@ -36,9 +36,6 @@ DefinitionBlock( // global NVS and variables #include <southbridge/intel/bd82x6x/acpi/globalnvs.asl> - // General Purpose Events - //#include "acpi/gpe.asl" - #include <cpu/intel/common/acpi/cpu.asl> Scope (\_SB) { |