Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / tyan / s2875 / mptable.c
index 2119c0f20cec99bda8b98a3b584464d0ef90b151..80c1b84a33082ff428cc1772985a1e215fc61c11 100644 (file)
@@ -54,7 +54,7 @@ static void *smp_write_config_table(void *v)
 
         mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "S2875       ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
         smp_write_processors(mc);