This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / bcom / winnet100 / irq_tables.c
index 9f711d86d2a4e7d6f914a2e443a7ec30b95742cd..b0cbc92fe6a5ec7d2373ffaeedf76aad983f142c 100644 (file)
@@ -64,7 +64,7 @@
 const struct irq_routing_table intel_irq_routing_table = {
        .signature = PIRQ_SIGNATURE,    /* PIRQ signature */
        .version = PIRQ_VERSION,        /* PIRQ version */
-       .size = 32 +16 * IRQ_SLOT_COUNT,/* Max. IRQ_SLOT_COUNT devices */
+       .size = 32 +16 * CONFIG_IRQ_SLOT_COUNT,/* Max. CONFIG_IRQ_SLOT_COUNT devices */
        .rtr_bus = 0x00,                /* Interrupt router bus */
        .rtr_devfn = (0x12 << 3) | 0x0, /* Interrupt router device */
        .exclusive_irqs = IRQ_DEVOTED_TO_PCI,   /* IRQs devoted to PCI */