zero warnings days: unify mp tables. fix warnings.
[coreboot.git] / src / mainboard / dell / s1850 / mptable.c
index 835d32f81efe2d9ab20de6f7749166304cac5299..c7fd52af3e96eee8297f8a2a4e1853793b6b554a 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] = "DELL    ";
+       static const char oem[8] = "COREBOOT";
        static const char productid[12] = "S2850       ";
        struct mp_config_table *mc;
        unsigned char bus_num;