Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / tyan / s2891 / mptable.c
index 56635e5340b90854f519657c10d469e8bd8edbe7..f3014e76df86f93f8c987813c5b3994a5c39df44 100644 (file)
@@ -28,7 +28,7 @@ static void *smp_write_config_table(void *v)
 
        mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "S2891       ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
        smp_write_processors(mc);