Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / asus / m2v / mptable.c
index 39efa0c96f81ad218c3291c44c0690d7af908a5b..48c6d6f5bb06cececae225d0ead9a65e319c25f9 100644 (file)
@@ -42,7 +42,7 @@ static void *smp_write_config_table(void *v)
 
        mc = (void*)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "M2V         ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
        smp_write_processors(mc);
        mptable_write_buses(mc, NULL, &bus_isa);