Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / via / vt8454c / mptable.c
index d77baea5ba77fd3749f7944733c5cd30bd65705b..c2c844e2966167db2ad2a11a4885384242f1b5e9 100644 (file)
@@ -35,7 +35,7 @@ static void *smp_write_config_table(void *v)
 
        mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "VT8454c     ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
        smp_write_processors(mc);
        mptable_write_buses(mc, NULL, &isa_bus);