zero warnings days: unify mp tables. fix warnings.
[coreboot.git] / src / mainboard / newisys / khepri / mptable.c
index e0b84a0e3eff31c99010eb5de5c7dfb31bbd7be9..4dd106c6ea2dc33ea66f7e5d3e94bd8886d416df 100644 (file)
@@ -7,7 +7,7 @@
 static void *smp_write_config_table(void *v)
 {
        static const char sig[4] = "PCMP";
-       static const char oem[8] = "NEWISYS ";
+       static const char oem[8] = "COREBOOT";
        static const char productid[12] = "KHEPRI      ";
        struct mp_config_table *mc;
        unsigned char bus_num;