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