Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / technexion / tim5690 / mptable.c
index ec9179e0a4261c31bef7920688a1a7bcb1578326..05dc9513a19ad55236091143024e493f735e6efe 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, "TIM5690     ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
        smp_write_processors(mc);