Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / supermicro / h8dmr / mptable.c
index 13ae806aa9432d5dfa5b2f9c0e72047d66803006..8a00275e26b34eec1a0194dfaa73400f982922af 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, "H8DMR       ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
         smp_write_processors(mc);