summaryrefslogtreecommitdiffstats
path: root/src/usr/testcore
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2018-09-25 13:55:47 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-10-09 16:45:28 -0500
commit52f52bb84c856d71466ee19acdd8943565be39cc (patch)
tree6ee4da08a9bdf9c6b627c1acc9a40054114b80dc /src/usr/testcore
parentd6741cb3db68795586a21fc812806836135341ec (diff)
downloadtalos-hostboot-52f52bb84c856d71466ee19acdd8943565be39cc.tar.gz
talos-hostboot-52f52bb84c856d71466ee19acdd8943565be39cc.zip
Cleanup to Runtime SCOM RCs
Standardized a few more constants and cleaned up some comments and FFDC to be more obvious Change-Id: Ifd387123573d75002e2194037636a44702b705d2 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66616 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Richard Ward <rward15@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: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/testcore')
-rw-r--r--src/usr/testcore/rtloader/loader.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/testcore/rtloader/loader.H b/src/usr/testcore/rtloader/loader.H
index 927277367..f79cf5f1a 100644
--- a/src/usr/testcore/rtloader/loader.H
+++ b/src/usr/testcore/rtloader/loader.H
@@ -279,7 +279,7 @@ class RuntimeLoaderTest : public CxxTest::TestSuite
if( addr == 0x11223344 ||
addr == 0x22334455 )
{
- rc = 4; //invalid address pib code
+ rc = HBRT_RC_PIBERR_100_INVALIDADDR;
}
return rc;
OpenPOWER on IntegriCloud