Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / nvidia / l1_2pvv / mptable.c
index 6f8476719f6de5548b5299b248d68ee094fc9b5e..db965841ff2700d32a4187524f4cd588a1c79098 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, "L1_2PVV     ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
        smp_write_processors(mc);