Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / iwill / dk8x / mptable.c
index 55315fe5b8f0f20294918b5280ec408023c76674..4f262f22fdc14707ea45a3ecd95f550e3ce2b763 100644 (file)
@@ -15,7 +15,7 @@ static void *smp_write_config_table(void *v)
 
        mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "DK8X        ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
        smp_write_processors(mc);