This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / lippert / spacerunner-lx / irq_tables.c
index df2b20a969665fee55998ea03931b7b7c1daf206..5350b57a4dc160e8ed2f3dda129bb2021fad6432 100644 (file)
@@ -47,7 +47,7 @@
 const struct irq_routing_table intel_irq_routing_table = {
        PIRQ_SIGNATURE,         /* u32 signature */
        PIRQ_VERSION,           /* u16 version   */
-       32 + 16 * IRQ_SLOT_COUNT,/* There can be total 7 devices on the bus */
+       32 + 16 * CONFIG_IRQ_SLOT_COUNT,/* There can be total 7 devices on the bus */
        0x00,                   /* Where the interrupt router lies (bus) */
        (0x0F << 3) | 0x0,      /* Where the interrupt router lies (dev) */
        0x00,                   /* IRQs devoted exclusively to PCI usage */
@@ -57,7 +57,7 @@ const struct irq_routing_table intel_irq_routing_table = {
        {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},      /* u8 rfu[11] */
        0xE0,                   /* u8 checksum, this has to set to some value that would give 0 after the sum of all bytes for this structure (including checksum) */
        {
-               /* If you change the number of entries, change the IRQ_SLOT_COUNT above! */
+               /* If you change the number of entries, change the CONFIG_IRQ_SLOT_COUNT above! */
                /* bus, dev|fn,           {link, bitmap},      {link, bitmap},     {link, bitmap},     {link, bitmap},     slot, rfu */
                {0x00, (0x01 << 3) | 0x0, {{L_PIRQA, M_PIRQA}, {0x00, 0x00},       {0x00, 0x00},       {0x00, 0x00}},       0x0, 0x0},  /* CPU */
                {0x00, (0x0F << 3) | 0x0, {{L_PIRQA, M_PIRQA}, {L_PIRQB, M_PIRQB}, {L_PIRQC, M_PIRQC}, {L_PIRQD, M_PIRQD}}, 0x0, 0x0},  /* chipset */