Get mptable OEM/product ID from kconfig variables.
[coreboot.git] / src / mainboard / arima / hdama / mptable.c
index 663d2e1ba89ad2fcc5a58457c3af9da3a7dc9565..3dc01e477f2151a4aef1dfbd7fea6718aa88a81a 100644 (file)
@@ -123,7 +123,7 @@ static void *smp_write_config_table(void *v)
 
        mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
 
-       mptable_init(mc, "HDAMA       ", LAPIC_ADDR);
+       mptable_init(mc, LAPIC_ADDR);
 
        smp_write_processors_inorder(mc);