Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / tyan / s2880 / mptable.c
index c8239d25d43b52a05a2ce12c3c70a4ee84255a6f..8e117622ca2454450e2eaa757fcdbef456641291 100644 (file)
@@ -57,7 +57,7 @@ static void *smp_write_config_table(void *v)
 
         mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "S2880       ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
         smp_write_processors(mc);