Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / ibm / e326 / mptable.c
index b0ea641b81757b60749d32baed130f3ed074fef6..4934456d936dae6e63e615e6008c0bc83bfe5d09 100644 (file)
@@ -17,7 +17,7 @@ static void *smp_write_config_table(void *v)
 
        mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "E326        ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
        smp_write_processors(mc);