autoport: Don't include default_irq_route.asl

This file is no longer there since ACPI pirq routing is now done in an
automated fashion in SSDT.

Change-Id: I8bafafbf670fe0fc2f20b46b5d8abee722931c6d
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/23323
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Christoph Pomaska <cp_public@posteo.de>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Arthur Heymans 2018-01-18 23:40:04 +01:00
parent c8c3aca818
commit 1e931f3e47
1 changed files with 0 additions and 2 deletions

View File

@ -297,8 +297,6 @@ func (b bd82x6x) Scan(ctx Context, addr PCIDevData) {
})
DSDTPCI0Includes = append(DSDTPCI0Includes, DSDTInclude{
File: "southbridge/intel/bd82x6x/acpi/pch.asl",
}, DSDTInclude{
File: "southbridge/intel/bd82x6x/acpi/default_irq_route.asl",
})
sb := Create(ctx, "early_southbridge.c")