summaryrefslogtreecommitdiff
path: root/src/mainboard/intel/wtm2
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-06-14 11:08:34 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-06-16 09:56:03 +0000
commitd9cf794df4f1762104b08712f03402bc2c001474 (patch)
tree6a9544f311dedd2524693b99fe29228ca55e6727 /src/mainboard/intel/wtm2
parent74fdd1a5b28c08fec0b07129069f860f82fcdb44 (diff)
downloadcoreboot-d9cf794df4f1762104b08712f03402bc2c001474.tar.gz
broadwell boards: Use Haswell hostbridge.asl
Use hostbridge.asl from Haswell instead of Broadwell. Both files are equivalent. Then, drop the now-unused hostbridge.asl from Broadwell. Tested with BUILD_TIMELESS=1, Purism Librem 13 v1 remains identical. Change-Id: I87d51727b75a9c59e2f5f3ba8d48c575ce93c78c Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55484 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/intel/wtm2')
-rw-r--r--src/mainboard/intel/wtm2/dsdt.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/intel/wtm2/dsdt.asl b/src/mainboard/intel/wtm2/dsdt.asl
index bb32b47e2e..a29baa1fc4 100644
--- a/src/mainboard/intel/wtm2/dsdt.asl
+++ b/src/mainboard/intel/wtm2/dsdt.asl
@@ -26,7 +26,7 @@ DefinitionBlock(
Scope (\_SB) {
Device (PCI0)
{
- #include <soc/intel/broadwell/acpi/hostbridge.asl>
+ #include <northbridge/intel/haswell/acpi/hostbridge.asl>
#include <soc/intel/broadwell/pch/acpi/pch.asl>
}
}