zero warnings days: unify mp tables. fix warnings.
[coreboot.git] / src / mainboard / intel / eagleheights / mptable.c
index d2ff79870bf564a565bf9f13960be6347726ba77..74147cf888a7c9ff9c07689024381ed7d3809f7e 100644 (file)
@@ -61,7 +61,7 @@
 static void *smp_write_config_table(void *v)
 {
         static const char sig[4] = "PCMP";
-        static const char oem[8] = "Intel   ";
+        static const char oem[8] = "COREBOOT";
         static const char productid[12] = "EagleHeights";
         struct mp_config_table *mc;
        unsigned char bus_num, bus_chipset, bus_isa, bus_pci;