Reduce size of the romstage on various boards that fail to build on QA.
[coreboot.git] / src / mainboard / iei / nova4899r / irq_tables.c
index 7946a86b92f90252351fc69bae5874e0d00f0b3c..5886c20077ad5256233463ef388ea33c1cc32914 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Luis Correia <luis.f.correia@gmail.com>
  *
@@ -51,7 +51,7 @@
 const struct irq_routing_table intel_irq_routing_table = {
        .signature = PIRQ_SIGNATURE,    /* u32 signature */
        .version = PIRQ_VERSION,        /* u16 version   */
-       .size = 32+16*IRQ_SLOT_COUNT,   /* There can be total 4 devices on the bus */
+       .size = 32+16*CONFIG_IRQ_SLOT_COUNT,    /* There can be total 4 devices on the bus */
        .rtr_bus = 0x00,                /* Where the interrupt router lies (bus) */
        .rtr_devfn = (0x12<<3)|0x0,     /* Where the interrupt router lies (dev) */
        .exclusive_irqs = 0x4C20,       /* IRQs devoted exclusively to PCI usage */