summaryrefslogtreecommitdiffstats
path: root/core/hmi.c
diff options
context:
space:
mode:
authorFrederic Barrat <fbarrat@linux.ibm.com>2019-04-05 16:33:04 +0200
committerStewart Smith <stewart@linux.ibm.com>2019-04-09 10:50:55 +1000
commit87528900ad4166b7f7ecb29f1c686884357a5eed (patch)
treeff50c05eba54fb05811914ccc74646635bda7077 /core/hmi.c
parentd1f3e4faf9d99d76bc413503afea87c8486af8b1 (diff)
downloadblackbird-skiboot-87528900ad4166b7f7ecb29f1c686884357a5eed.tar.gz
blackbird-skiboot-87528900ad4166b7f7ecb29f1c686884357a5eed.zip
opal/hmi: Never trust a cow!
With opencapi, it's fairly common to trigger HMIs during AFU development on the FPGA, by not replying in time to an NPU command, for example. So shift the blame reported by that cow to avoid crowding my mailbox. Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'core/hmi.c')
-rw-r--r--core/hmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hmi.c b/core/hmi.c
index 26277fa6..6a391ec4 100644
--- a/core/hmi.c
+++ b/core/hmi.c
@@ -679,7 +679,7 @@ static void find_npu2_checkstop_reason(int flat_chip_id,
if (npu2_hmi_verbose) {
npu2_dump_scoms(flat_chip_id);
prlog(PR_ERR, " _________________________ \n");
- prlog(PR_ERR, "< It's Driver Debug time! >\n");
+ prlog(PR_ERR, "< It's Debug time! >\n");
prlog(PR_ERR, " ------------------------- \n");
prlog(PR_ERR, " \\ ,__, \n");
prlog(PR_ERR, " \\ (oo)____ \n");
OpenPOWER on IntegriCloud