Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / supermicro / h8dmr_fam10 / mptable.c
index ece917dc0d98637e6a4f0f9c032899cd83e528e5..a8cbc4b8c122da771e685e7aef38f4292cf7552b 100644 (file)
@@ -36,7 +36,7 @@ static void *smp_write_config_table(void *v)
 
        mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "H8DMR       ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
        smp_write_processors(mc);