Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / asus / m4a785-m / mptable.c
index a81350e0b3a5930c4d8ad8073754f244c9a88608..dabda5b52825e14d7c1a81aaf6e0fd8f6b0d56c4 100644 (file)
@@ -40,7 +40,7 @@ static void *smp_write_config_table(void *v)
 
        mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "M4A785-M    ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
        smp_write_processors(mc);