From 899f4292c966c66a09133a2b451b3477ef856c94 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Mon, 5 May 2008 13:59:01 +0000 Subject: [PATCH] artecgroup/dbe62: Fix up the irq table checksum Trivial change Signed-off-by: Mart Raudsepp Acked-by: Mart Raudsepp git-svn-id: svn://coreboot.org/repository/coreboot-v3@676 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- mainboard/artecgroup/dbe62/irq_tables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainboard/artecgroup/dbe62/irq_tables.h b/mainboard/artecgroup/dbe62/irq_tables.h index 0d1a4bb9c9..0c2e0078b2 100644 --- a/mainboard/artecgroup/dbe62/irq_tables.h +++ b/mainboard/artecgroup/dbe62/irq_tables.h @@ -51,7 +51,7 @@ const struct irq_routing_table intel_irq_routing_table = { 0x002B, /* Device */ 0, /* Crap (miniport) */ {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, /* u8 rfu[11] */ - 0x00, /* Checksum */ + 0xb3, /* Checksum */ { /* If you change the number of entries, change IRQ_SLOT_COUNT above! */ /* bus, dev|fn, {link, bitmap}, {link, bitmap}, {link, bitmap}, {link, bitmap}, slot, rfu */