Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / supermicro / x6dhe_g / mptable.c
index 838ceab49f1d893df1dac5b1ff50df8d3dc1545c..9b182a2d1c809c24a1b27942033108ec571dff43 100644 (file)
@@ -16,7 +16,7 @@ static void *smp_write_config_table(void *v)
 
        mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "X6DHE-G     ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
        smp_write_processors(mc);