Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / asus / m2n-e / mptable.c
index 20531771fe30da52c6db0c2b84e0c4129895a69b..86b66701ad1a2d5879ac920d625129a8bf5ba810 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, "M2N-E       ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
        smp_write_processors(mc);