Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / hp / dl145_g1 / mptable.c
index ba4ecf9d854336ed7e7d05ccddf9e5b3afceccf9..3cd9fd6ec7ce8b1785d298ae08d346de8b6f8aa0 100644 (file)
@@ -24,7 +24,7 @@ static void *smp_write_config_table(void *v)
 
         mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "DL145 G1    ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
         smp_write_processors(mc);