This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / asus / mew-am / irq_tables.c
index 59f361d7f465dcd20708eea69f0ee07b1dea4cc7..e07ee20b969e74686e32195e8e54b16acea60f0b 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 Uwe Hermann <uwe@hermann-uwe.de>
  *
@@ -23,7 +23,7 @@
 const struct irq_routing_table intel_irq_routing_table = {
        PIRQ_SIGNATURE,
        PIRQ_VERSION,
-       32 + 16 * IRQ_SLOT_COUNT,/* Max. number of devices on the bus */
+       32 + 16 * CONFIG_IRQ_SLOT_COUNT,/* Max. number of devices on the bus */
        0x00,                   /* Interrupt router bus */
        (0x1f << 3) | 0x0,      /* Interrupt router device */
        0,                      /* IRQs devoted exclusively to PCI usage */