zero warnings days: unify mp tables. fix warnings.
[coreboot.git] / src / mainboard / via / pc2500e / mptable.c
index 7a0237f2025f27468245a0772219878e7faf8f69..40654584b9209f23e82b742dbff6678f1bb5fc80 100644 (file)
@@ -35,7 +35,7 @@
 static void *smp_write_config_table(void *v)
 {
        static const char sig[4] = "PCMP";
-       static const char oem[8] = "VIA     ";
+       static const char oem[8] = "COREBOOT";
        static const char productid[12] = "PC2500      ";
        struct mp_config_table *mc;