Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / asus / a8v-e_deluxe / mptable.c
index b985e4d044600fbaecb87b46dc05aa8ae06765fb..02e3f4644932312a65d984ae92548d7ae34e5acf 100644 (file)
@@ -31,7 +31,7 @@ static void *smp_write_config_table(void *v)
 
        mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "A8V-E Deluxe", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
        smp_write_processors(mc);