Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / supermicro / x6dhr_ig / mptable.c
index 01ea6fe9ae9ea610bd73a1bde778aa27e6df29bd..eb0c307bdd3bc439d3e7732c1e4f447e2aed6056 100644 (file)
@@ -17,7 +17,7 @@ static void *smp_write_config_table(void *v)
 
        mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "X6DHR-iG    ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
        smp_write_processors(mc);