Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / tyan / s2850 / mptable.c
index 5a13280a931962d005ca14aa2103253d8abe36a3..103dd3d00b0ab96818a086a48ae7a770cf66d007 100644 (file)
@@ -53,7 +53,7 @@ static void *smp_write_config_table(void *v)
 
         mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "S2850       ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
         smp_write_processors(mc);
         {