Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / msi / ms9185 / mptable.c
index c43816b2928906d32e0bf87c858de68390d663ba..4cced6da52b992ee0573d958caaa95d28c6e59c7 100644 (file)
@@ -45,7 +45,7 @@ static void *smp_write_config_table(void *v)
 
         mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "MS-9185     ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
         smp_write_processors(mc);