Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / supermicro / h8dme / mptable.c
index 01a8aa009e07fa3234cd26746e0ad46fdb988983..16ff72a961272aa7074961b34aab492adaa64c3c 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, "H8DME-2     ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
         smp_write_processors(mc);