summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2018-12-05 10:08:00 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-01-10 21:23:52 -0600
commitb95e95e56ed7bbaa981b0bf4a861a1b305711c4e (patch)
treed9e8c3140a821e2481b0d065723b494873a0fe41 /src/usr/runtime
parent26f7f6d12b118253c3ba841dacedf34beaa93ff9 (diff)
downloadtalos-hostboot-b95e95e56ed7bbaa981b0bf4a861a1b305711c4e.tar.gz
talos-hostboot-b95e95e56ed7bbaa981b0bf4a861a1b305711c4e.zip
Use RC_NO_SPIRA instead of RC_BAD_NACA for error log
Code bug found where RC_BAD_NACA used instead of the correct RC_NO_SPIRA. Change-Id: Ia562d8c78e5abaf687281c2adeb0790c952027e8 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69455 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/runtime')
-rw-r--r--src/usr/runtime/hdatservice.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/runtime/hdatservice.C b/src/usr/runtime/hdatservice.C
index f77165d8d..c9d8c3681 100644
--- a/src/usr/runtime/hdatservice.C
+++ b/src/usr/runtime/hdatservice.C
@@ -1202,7 +1202,7 @@ errlHndl_t hdatService::findSpira( void )
errhdl = new ERRORLOG::ErrlEntry(
ERRORLOG::ERRL_SEV_UNRECOVERABLE,
RUNTIME::MOD_HDATSERVICE_FINDSPIRA,
- RUNTIME::RC_BAD_NACA,
+ RUNTIME::RC_NO_SPIRA,
TWO_UINT32_TO_UINT64(ERRL_GETRC_SAFE(errhdl_l),
ERRL_GETEID_SAFE(errhdl_l)),
TWO_UINT32_TO_UINT64(ERRL_GETRC_SAFE(errhdl_s),
OpenPOWER on IntegriCloud