Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / hp / dl165_g6_fam10 / mptable.c
index 2243c72294983c7299e8e0b77e058b2ef4ed079c..c76ca6c75b6f562e30fb7ca97d5f0e80268eb2f7 100644 (file)
@@ -48,7 +48,7 @@ static void *smp_write_config_table(void *v)
 
        mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "DL165 G6    ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
        smp_write_processors(mc);