Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / msi / ms9282 / mptable.c
index 391101276f867565d63be24e9da4a759dbc4b88f..f6b2d6944bbfc5d3b1acb325a838850e0e0544ec 100644 (file)
@@ -40,7 +40,7 @@ static void *smp_write_config_table(void *v)
 
         mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "MS-9282     ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
         smp_write_processors(mc);