summaryrefslogtreecommitdiffstats
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
parentd1f3e4faf9d99d76bc413503afea87c8486af8b1 (diff)
downloadtalos-skiboot-87528900ad4166b7f7ecb29f1c686884357a5eed.tar.gz
talos-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>
-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