Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / broadcom / blast / mptable.c
index b98703f711a62b411235f88609d0ccc93d8a5afe..ae0c0033743a60217fcf9f1d414a7fa528b4942c 100644 (file)
@@ -24,7 +24,7 @@ static void *smp_write_config_table(void *v)
 
         mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "BLAST       ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
         smp_write_processors(mc);