fix sizing of PCI IRQ table in the Config.lb (there are only 5 slots)
But linux still refuses to believe this table. What's odd is this is the identical table used in V1. Damn. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1173 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
7cf52c979f
commit
e0005ba6d1
|
@ -42,7 +42,7 @@ option HAVE_HARD_RESET=1
|
||||||
## Build code to export a programmable irq routing table
|
## Build code to export a programmable irq routing table
|
||||||
##
|
##
|
||||||
option HAVE_PIRQ_TABLE=1
|
option HAVE_PIRQ_TABLE=1
|
||||||
option IRQ_SLOT_COUNT=7
|
option IRQ_SLOT_COUNT=5
|
||||||
object irq_tables.o
|
object irq_tables.o
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue