zero warnings days: unify mp tables. fix warnings.
[coreboot.git] / src / mainboard / technexion / tim8690 / mptable.c
index 1f9e7d343ed6821cb95cff0141ec14e567f56f92..307a6ef2619ff2fd271e311c2863db77c0ea621a 100644 (file)
@@ -41,7 +41,7 @@ extern u32 sbdn_sb600;
 static void *smp_write_config_table(void *v)
 {
        static const char sig[4] = "PCMP";
-       static const char oem[8] = "ATI     ";
+       static const char oem[8] = "COREBOOT";
        static const char productid[12] = "TIM8690     ";
        struct mp_config_table *mc;
        int j;