aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/intel/broadwell/me.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/broadwell/me.c b/src/soc/intel/broadwell/me.c
index ae0f48f206..f8b3be9f63 100644
--- a/src/soc/intel/broadwell/me.c
+++ b/src/soc/intel/broadwell/me.c
@@ -589,7 +589,7 @@ static int mkhi_hmrfpo_lock(void)
return -1;
}
- printk(BIOS_INFO, "ME: HMRPFO LOCK message successful (%d)\n", ack);
+ printk(BIOS_INFO, "ME: HMRFPO LOCK message successful (%d)\n", ack);
return 0;
}
@@ -607,7 +607,7 @@ static int mkhi_hmrfpo_lock_noack(void)
return -1;
}
- printk(BIOS_INFO, "ME: HMRPFO LOCK NOACK message successful\n");
+ printk(BIOS_INFO, "ME: HMRFPO LOCK NOACK message successful\n");
return 0;
}