Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / kontron / 986lcd-m / mptable.c
index 24d8b381714c6209ea6c7902c4580e08c53f55eb..9aa074ed99a219cbd5c3ed4bce3c5d98066ded10 100644 (file)
@@ -34,7 +34,7 @@ static void *smp_write_config_table(void *v)
 
         mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "986LCD-M    ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
         smp_write_processors(mc);