aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/eaglelion/5bcm/irq_tables.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-10-04 17:15:39 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-10-04 17:15:39 +0000
commit70b0cf23ce18371be96062476e4fdc88d4930683 (patch)
treeb1a0cef621a4c98d538c4e3a573ae3a5a522a99a /src/mainboard/eaglelion/5bcm/irq_tables.c
parent5bb10282e978dd811246c921a16e535babfbac9a (diff)
Add initial kconfig support for all AMD GX1 boards.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4719 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/eaglelion/5bcm/irq_tables.c')
-rw-r--r--src/mainboard/eaglelion/5bcm/irq_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/eaglelion/5bcm/irq_tables.c b/src/mainboard/eaglelion/5bcm/irq_tables.c
index 636f129119..b12bf9d35a 100644
--- a/src/mainboard/eaglelion/5bcm/irq_tables.c
+++ b/src/mainboard/eaglelion/5bcm/irq_tables.c
@@ -10,7 +10,7 @@
const struct irq_routing_table intel_irq_routing_table = {
PIRQ_SIGNATURE, /* u32 signature */
PIRQ_VERSION, /* u16 version */
- 32+16*2, /* there can be total 2 devices on the bus */
+ 32+16*CONFIG_IRQ_SLOT_COUNT, /* there can be total 2 devices on the bus */
0x00, /* Where the interrupt router lies (bus) */
(0x12<<3)|0x0, /* Where the interrupt router lies (dev) */
0x800, /* IRQs devoted exclusively to PCI usage */