zero warnings days: unify mp tables. fix warnings.
[coreboot.git] / src / mainboard / iwill / dk8s2 / mptable.c
index 24d31ab9e2d4532ef2b568da36cc08c67aeb540b..9923c3b448975aa607d739784548e64e8bf10d32 100644 (file)
@@ -7,7 +7,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] = "DK8X        ";
        struct mp_config_table *mc;
        unsigned char bus_num;