diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-11-02 17:47:10 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-04 11:48:19 +0000 |
commit | b9b79d2589ab50f35d3a5cb2d7b44011c05f2d43 (patch) | |
tree | fa960820e7065d88c4ae54187ed2f905821f6fe0 /src/mainboard/intel/wtm2/dsdt.asl | |
parent | cf819ea654f776077e2cab479c5f3849357177ff (diff) |
mb/*/*/others: Use sb/intel/common/acpi/platform.asl
Change-Id: Iabfd680fdb50534e6b9f6cfdecda9f8de0f8a610
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36582
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/intel/wtm2/dsdt.asl')
-rw-r--r-- | src/mainboard/intel/wtm2/dsdt.asl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/intel/wtm2/dsdt.asl b/src/mainboard/intel/wtm2/dsdt.asl index ef3e2319d1..d3febf511e 100644 --- a/src/mainboard/intel/wtm2/dsdt.asl +++ b/src/mainboard/intel/wtm2/dsdt.asl @@ -26,6 +26,7 @@ DefinitionBlock( 0x20110725 // OEM revision ) { + #include <southbridge/intel/common/acpi/platform.asl> // Some generic macros #include "acpi/platform.asl" |