Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / getac / p470 / mptable.c
index d652dcb5a178dd236841cd189f6e0f57d7c85312..ea7db07944ca3a877227c5d9728c3bdf94106efa 100644 (file)
@@ -34,7 +34,7 @@ static void *smp_write_config_table(void *v)
 
         mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "P470        ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
         smp_write_processors(mc);