Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / tyan / s2895 / mptable.c
index d62a087280781403b6fc40a5e6858c2b2b738ccf..a051b93861e4d3d0aa517f318c2646ae7dec374f 100644 (file)
@@ -36,7 +36,7 @@ static void *smp_write_config_table(void *v)
 
        mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "S2895       ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
        smp_write_processors(mc);