Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / iwill / dk8s2 / mptable.c
index c77c1bf40d64eabdbb5c0f79f998eb88e624407d..4f262f22fdc14707ea45a3ecd95f550e3ce2b763 100644 (file)
@@ -15,7 +15,7 @@ static void *smp_write_config_table(void *v)
 
        mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "DK8S2       ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
        smp_write_processors(mc);