Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / msi / ms7135 / mptable.c
index 74e811340e02a2205c7478c29fdd3e2f8250d66a..fc1caa5c67cfb6e69eb479bb7b2c7a26075c7d9d 100644 (file)
@@ -43,7 +43,7 @@ static void *smp_write_config_table(void *v)
 
        mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "MS-7135     ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
        smp_write_processors(mc);
        mptable_write_buses(mc, NULL, &bus_isa);