diff options
Diffstat (limited to 'src/mainboard/iwill/dk8s2/mptable.c')
-rw-r--r-- | src/mainboard/iwill/dk8s2/mptable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/iwill/dk8s2/mptable.c b/src/mainboard/iwill/dk8s2/mptable.c index 24d31ab9e2..9923c3b448 100644 --- a/src/mainboard/iwill/dk8s2/mptable.c +++ b/src/mainboard/iwill/dk8s2/mptable.c @@ -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; |