summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-11-13 17:26:50 +0100
committerFelix Held <felix-coreboot@felixheld.de>2020-11-13 17:05:32 +0000
commit12cfcd90dd328a7cf015d0da69dbdaf0719fa290 (patch)
treee331250555ba478ffeb2927690989c7989166e45
parent9fe0615eccc254901fa83043f7db23e84c4a3511 (diff)
downloadcoreboot-12cfcd90dd328a7cf015d0da69dbdaf0719fa290.tar.xz
mb/hp/folio_9480m: Update northbridge ACPI filename
Fix build errors, since `haswell.asl` was dropped in commit 79e3a1f8a5 (nb/intel/haswell/acpi: Merge `haswell.asl` into `hostbridge.asl`) Change-Id: Iaec5de2d74dd81c58a581bb511ba6a63629141aa Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47575 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/hp/folio_9480m/dsdt.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/hp/folio_9480m/dsdt.asl b/src/mainboard/hp/folio_9480m/dsdt.asl
index f030e72471..b5343726ff 100644
--- a/src/mainboard/hp/folio_9480m/dsdt.asl
+++ b/src/mainboard/hp/folio_9480m/dsdt.asl
@@ -20,7 +20,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>
}