Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / tyan / s2882 / mptable.c
index 9b040defaff2d54823df236546682b08caf5e3f2..49ec61ffb0340778d91c00fa83e2680564d65a67 100644 (file)
@@ -58,7 +58,7 @@ static void *smp_write_config_table(void *v)
 
        mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "S2882       ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
         smp_write_processors(mc);
         {