zero warnings days: unify mp tables. fix warnings.
[coreboot.git] / src / mainboard / kontron / kt690 / mptable.c
index b886c1ebd3479f8bd1c87db04fdf8d1e4ad875e7..1758c7a6f66710855a2492467cc03519a07cc73f 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] = "KONTRON ";
+       static const char oem[8] = "COREBOOT";
        static const char productid[12] = "KT690       ";
        struct mp_config_table *mc;
        int j;