Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / gigabyte / ma78gm / mptable.c
index efe80ca6c683cf415d08d44b7091b6cf3c42c693..dabda5b52825e14d7c1a81aaf6e0fd8f6b0d56c4 100644 (file)
@@ -40,7 +40,7 @@ static void *smp_write_config_table(void *v)
 
        mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "MA78GM-US2H ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
        smp_write_processors(mc);