Author: hailfinger
Date: 2008-10-02 03:35:03 +0200 (Thu, 02 Oct 2008)
New Revision: 3629
Modified:
trunk/coreboot-v2/src/mainboard/amd/dbm690t/mptable.c
Log:
Fix a typo.
Signed-off-by: Carl-Daniel Hailfinger <[EMAIL PROTECTED]>
Acked-by: Carl-Daniel Hailfinger <[EMAIL PROTECTED]>
Modified: trunk/coreboot-v2/src/mainboard/amd/dbm690t/mptable.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/dbm690t/mptable.c 2008-10-02
00:52:53 UTC (rev 3628)
+++ trunk/coreboot-v2/src/mainboard/amd/dbm690t/mptable.c 2008-10-02
01:35:03 UTC (rev 3629)
@@ -45,6 +45,7 @@
static const char oem[8] = "ATI ";
static const char productid[12] = "DBM690T ";
struct mp_config_table *mc;
+ int j;
mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
memset(mc, 0, sizeof(*mc));
--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot