Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / amd / pistachio / mptable.c
index e9b81f5fe619e73f5a47361c3045786cb7c3945a..cb731a7a508cd0445eb7b362d3c48b95986c0585 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, "PISTACHIO   ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
        smp_write_processors(mc);