zero warnings days: unify mp tables. fix warnings.
[coreboot.git] / src / mainboard / msi / ms7260 / mptable.c
index b6491385f6dbb9a0805b8e876fd74ed7216215a6..9038fc58718b1eaf549859fb79c8f70f37f1437e 100644 (file)
@@ -36,7 +36,7 @@ extern unsigned bus_type[256];
 static void *smp_write_config_table(void *v)
 {
        static const char sig[4] = "PCMP";
-       static const char oem[8] = "MSI     ";
+       static const char oem[8] = "COREBOOT";
        static const char productid[12] = "MS-7260     ";
        struct mp_config_table *mc;
        unsigned int sbdn;