zero warnings days: unify mp tables. fix warnings.
[coreboot.git] / src / mainboard / tyan / s2882 / mptable.c
index b2858fcc84655c12a5ee6181c5e3065ef6f8b676..f1d7a27179b9701b10c06653520a9eda863f07ff 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] = "S2882       ";
         struct mp_config_table *mc;