Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / msi / ms7260 / mptable.c
index 2e365b332dfaabcaea4863ba19252b3afea03dc1..e6a9e4dc959925b7ffbf4282c22f2b44df5b049a 100644 (file)
@@ -37,7 +37,7 @@ static void *smp_write_config_table(void *v)
 
        mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "MS-7260     ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
        smp_write_processors(mc);