summaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t440p/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/lenovo/t440p/dsdt.asl
parente339f9505bbf24ba41c37e4277456acad255d09a (diff)
downloadcoreboot-79e3a1f8a5c50d27948cb05310989b4e28f3f74c.tar.xz
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/lenovo/t440p/dsdt.asl')
-rw-r--r--src/mainboard/lenovo/t440p/dsdt.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/t440p/dsdt.asl b/src/mainboard/lenovo/t440p/dsdt.asl
index 426d8017ed..9a54673ec8 100644
--- a/src/mainboard/lenovo/t440p/dsdt.asl
+++ b/src/mainboard/lenovo/t440p/dsdt.asl
@@ -24,7 +24,7 @@ DefinitionBlock(
Device (\_SB.PCI0)
{
- #include <northbridge/intel/haswell/acpi/haswell.asl>
+ #include <northbridge/intel/haswell/acpi/hostbridge.asl>
#include <drivers/intel/gma/acpi/default_brightness_levels.asl>
#include <southbridge/intel/lynxpoint/acpi/pch.asl>
}