Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / supermicro / x6dhr_ig2 / mptable.c
index e1b58d7582c9e1f53725cf66cb2ef3f515d2e21d..33ed3bbfd2667a6c8bd3a48c0f39bb3d750252ed 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-iG2   ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
        smp_write_processors(mc);