Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / iwill / dk8_htx / mptable.c
index 6279890fb1f4ce114958baf00730b227db70bc30..1964463adedc4536fd8698f18903b25043025efc 100644 (file)
@@ -18,7 +18,7 @@ static void *smp_write_config_table(void *v)
 
         mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "DK8-HTX     ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
         smp_write_processors(mc);