Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / supermicro / x6dai_g / mptable.c
index 4a7e947814c4e50a7f936fd7c0f8dd96fabb0e98..62751e38134317034332c40085cc18cc5b882b9a 100644 (file)
@@ -13,7 +13,7 @@ static void *smp_write_config_table(void *v)
 
        mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "X6DAI-G     ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
        smp_write_processors(mc);