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:
parent
c8c3aca818
commit
1e931f3e47
|
@ -297,8 +297,6 @@ func (b bd82x6x) Scan(ctx Context, addr PCIDevData) {
|
||||||
})
|
})
|
||||||
DSDTPCI0Includes = append(DSDTPCI0Includes, DSDTInclude{
|
DSDTPCI0Includes = append(DSDTPCI0Includes, DSDTInclude{
|
||||||
File: "southbridge/intel/bd82x6x/acpi/pch.asl",
|
File: "southbridge/intel/bd82x6x/acpi/pch.asl",
|
||||||
}, DSDTInclude{
|
|
||||||
File: "southbridge/intel/bd82x6x/acpi/default_irq_route.asl",
|
|
||||||
})
|
})
|
||||||
|
|
||||||
sb := Create(ctx, "early_southbridge.c")
|
sb := Create(ctx, "early_southbridge.c")
|
||||||
|
|
Loading…
Reference in New Issue