diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-07-08 01:46:32 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-07-09 23:55:06 +0000 |
commit | dd1da42f857ea7e18af4a8cc7cb283ec88e16549 (patch) | |
tree | d725a99a6cc7fb011e6e70dcda704c1fa3ca49e2 /src/mainboard/hp | |
parent | e70d1d4b588d9b483fec9f9a85c33d367fed4e78 (diff) |
ACPI: Drop commented-out DSDT DefinitionBlock instances
This code is not even being build-tested. Drop it before it grows moss.
Change-Id: I9b5589d4596eead83a5897b083ccb85ef05a03d5
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43270
Reviewed-by: Michael Niewöhner
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/hp')
-rw-r--r-- | src/mainboard/hp/abm/acpi/routing.asl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mainboard/hp/abm/acpi/routing.asl b/src/mainboard/hp/abm/acpi/routing.asl index d08e162e4d..106259d0a9 100644 --- a/src/mainboard/hp/abm/acpi/routing.asl +++ b/src/mainboard/hp/abm/acpi/routing.asl @@ -1,14 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* -#include <acpi/acpi.h> -DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001 - ) - { - #include "routing.asl" - } -*/ - /* Routing is in System Bus scope */ Name(PR0, Package(){ /* NB devices */ |