aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-02-23 17:53:03 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-02-23 17:53:03 +1100
commitc5ef509319bba17d37ba2bda1921dd53db858cd5 (patch)
treefb213448227bc7e97e7d151ddf9f11f0244e1254 /hw
parent1aa518748a407453eab70b4d4653fbdda60b9e42 (diff)
parentf7b4e36b1713d6b88f88e8e3cf4759c6337a6f66 (diff)
downloadskiboot-c5ef509319bba17d37ba2bda1921dd53db858cd5.zip
skiboot-c5ef509319bba17d37ba2bda1921dd53db858cd5.tar.gz
skiboot-c5ef509319bba17d37ba2bda1921dd53db858cd5.tar.bz2
Merge branch 'stable' - s/advertize/advertise/
Diffstat (limited to 'hw')
-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();