aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s4882/mptable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/tyan/s4882/mptable.c')
-rw-r--r--src/mainboard/tyan/s4882/mptable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/tyan/s4882/mptable.c b/src/mainboard/tyan/s4882/mptable.c
index 965e6ae306..4022dbdde1 100644
--- a/src/mainboard/tyan/s4882/mptable.c
+++ b/src/mainboard/tyan/s4882/mptable.c
@@ -45,7 +45,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] = "S4882 ";
struct mp_config_table *mc;