summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/beltino/dsdt.asl
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-10-25 23:44:30 +0100
committerMichael Niewöhner <foss@mniewoehner.de>2020-11-13 13:06:11 +0000
commit79e3a1f8a5c50d27948cb05310989b4e28f3f74c (patch)
treed6c5754c1767251c009e553097ca6cc0edceaac5 /src/mainboard/google/beltino/dsdt.asl
parente339f9505bbf24ba41c37e4277456acad255d09a (diff)
downloadcoreboot-79e3a1f8a5c50d27948cb05310989b4e28f3f74c.tar.gz
coreboot-79e3a1f8a5c50d27948cb05310989b4e28f3f74c.tar.bz2
coreboot-79e3a1f8a5c50d27948cb05310989b4e28f3f74c.zip
nb/intel/haswell/acpi: Merge `haswell.asl` into `hostbridge.asl`
Tested with BUILD_TIMELESS=1, Google Wolf remains identical. Change-Id: I710581156937b042ba4cf5948c65d0795ad37bbf Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46789 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/beltino/dsdt.asl')
-rw-r--r--src/mainboard/google/beltino/dsdt.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/beltino/dsdt.asl b/src/mainboard/google/beltino/dsdt.asl
index 07a1d03fcabc..45442db902bb 100644
--- a/src/mainboard/google/beltino/dsdt.asl
+++ b/src/mainboard/google/beltino/dsdt.asl
@@ -24,7 +24,7 @@ DefinitionBlock(
Scope (\_SB) {
Device (PCI0)
{
- #include <northbridge/intel/haswell/acpi/haswell.asl>
+ #include <northbridge/intel/haswell/acpi/hostbridge.asl>
#include <southbridge/intel/lynxpoint/acpi/pch.asl>
}
}