zero warnings days: unify mp tables. fix warnings.
[coreboot.git] / src / mainboard / tyan / s2912 / mptable.c
index 027873dfbced2f7db071343b575e051b5da4cdeb..b688da11eef477632fab8f3f82fa979bfbb07e5b 100644 (file)
@@ -34,7 +34,7 @@
 static void *smp_write_config_table(void *v)
 {
        static const char sig[4] = "PCMP";
-       static const char oem[8] = "TYAN    ";
+       static const char oem[8] = "COREBOOT";
        static const char productid[12] = "S2895       ";
        struct mp_config_table *mc;
        struct mb_sysconf_t *m;