Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / sunw / ultra40 / mptable.c
index 90c4d55cba49ce49f052087eabc4bd64c85dfd27..02a70246a7f774ecfb47507e85690e4122347d76 100644 (file)
@@ -39,7 +39,7 @@ static void *smp_write_config_table(void *v)
 
         mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "Ultra40     ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
         smp_write_processors(mc);