aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Donnellan <andrew.donnellan@au1.ibm.com>2016-02-23 16:32:37 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-02-23 17:52:58 +1100
commitf7b4e36b1713d6b88f88e8e3cf4759c6337a6f66 (patch)
treeef4e69b0602eb471ba0bf04c4c12a3649d9df774
parentdeb601f731207a91f555b5f81eaea95537de53dc (diff)
downloadskiboot-f7b4e36b1713d6b88f88e8e3cf4759c6337a6f66.zip
skiboot-f7b4e36b1713d6b88f88e8e3cf4759c6337a6f66.tar.gz
skiboot-f7b4e36b1713d6b88f88e8e3cf4759c6337a6f66.tar.bz2
fsp: fix spelling of "advertise" in log message
Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--hw/fsp/fsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/fsp/fsp.c b/hw/fsp/fsp.c
index 220b97e..26ae71e 100644
--- a/hw/fsp/fsp.c
+++ b/hw/fsp/fsp.c
@@ -2127,7 +2127,7 @@ void fsp_opl(void)
fsp_sync_msg(fsp_mkmsg(FSP_CMD_CONTINUE_ACK, 0), true);
/* Wait for various FSP messages */
- prlog(PR_INFO, "INIT: Waiting for FSP to advertize new role...\n");
+ prlog(PR_INFO, "INIT: Waiting for FSP to advertise new role...\n");
while(!(ipl_state & ipl_got_new_role)) {
cpu_relax();
opal_run_pollers();