aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/sunw/ultra40/mptable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/sunw/ultra40/mptable.c')
-rw-r--r--src/mainboard/sunw/ultra40/mptable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/sunw/ultra40/mptable.c b/src/mainboard/sunw/ultra40/mptable.c
index a41cbcd12f..c63dbd2387 100644
--- a/src/mainboard/sunw/ultra40/mptable.c
+++ b/src/mainboard/sunw/ultra40/mptable.c
@@ -35,8 +35,8 @@ extern unsigned sbdnb;
void *smp_write_config_table(void *v)
{
static const char sig[4] = "PCMP";
- static const char oem[8] = "TYAN ";
- static const char productid[12] = "S2895 ";
+ static const char oem[8] = "SUNW ";
+ static const char productid[12] = "ultra40 ";
struct mp_config_table *mc;
unsigned char bus_num;