Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47575 )
Change subject: mb/hp/folio_9480m: Update northbridge ACPI filename ......................................................................
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 --- M src/mainboard/hp/folio_9480m/dsdt.asl 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/47575/1
diff --git a/src/mainboard/hp/folio_9480m/dsdt.asl b/src/mainboard/hp/folio_9480m/dsdt.asl index f030e72..b534372 100644 --- a/src/mainboard/hp/folio_9480m/dsdt.asl +++ b/src/mainboard/hp/folio_9480m/dsdt.asl @@ -20,7 +20,7 @@
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> }