zero warnings days: unify mp tables. fix warnings.
[coreboot.git] / src / mainboard / iwill / dk8_htx / mptable.c
index c9f7092862be69e1ac32a973e9bc33932133256f..1b0cea02ab0f5391d2da2bc995cf7a0fd6525439 100644 (file)
@@ -15,7 +15,7 @@
 static void *smp_write_config_table(void *v)
 {
         static const char sig[4] = "PCMP";
-        static const char oem[8] = "IWILL   ";
+        static const char oem[8] = "COREBOOT";
         static const char productid[12] = "DK8-HTX     ";
         struct mp_config_table *mc;