zero warnings days: unify mp tables. fix warnings.
[coreboot.git] / src / mainboard / tyan / s2850 / mptable.c
index 051e9fd4870f69ecc5fc854f5963698632ee4ed8..0d4d6f9bc1a65faf955d3e566c42b9c1367057be 100644 (file)
@@ -46,7 +46,7 @@ static unsigned node_link_to_bus(unsigned node, unsigned link)
 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] = "S2850       ";
         struct mp_config_table *mc;