diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-07-08 01:50:20 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-07-10 12:58:02 +0000 |
commit | 3b5e196e6771a0a1722d82024816628662cbc99e (patch) | |
tree | 7bb117690047d31dcfd37fdc7d9a0662916947a9 /src/mainboard/gizmosphere/gizmo/dsdt.asl | |
parent | 69c9aa9dc51612d2bd644e8c634e2b6628ea5181 (diff) |
AMD mainboards: Drop commented-out include
This code is not even being build-tested. Drop it before it grows moss.
Change-Id: I6f71419ea23b973b0bedb426e20cb3dc460ef68d
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43271
Reviewed-by: Michael Niewöhner
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/gizmosphere/gizmo/dsdt.asl')
-rw-r--r-- | src/mainboard/gizmosphere/gizmo/dsdt.asl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/dsdt.asl b/src/mainboard/gizmosphere/gizmo/dsdt.asl index 4fe88e3536..ef0855517f 100644 --- a/src/mainboard/gizmosphere/gizmo/dsdt.asl +++ b/src/mainboard/gizmosphere/gizmo/dsdt.asl @@ -11,7 +11,6 @@ DefinitionBlock ( 0x00010001 /* OEM Revision */ ) { /* Start of ASL file */ - /* #include <arch/x86/acpi/debug.asl> */ /* Include global debug methods if needed */ #include "acpi/mainboard.asl" |