summaryrefslogtreecommitdiffstats
path: root/src/occ_405/errl
diff options
context:
space:
mode:
authorWael El-Essawy <welessa@us.ibm.com>2016-01-19 13:22:06 -0600
committerWael El-Essawy <welessa@us.ibm.com>2016-04-05 12:42:49 -0400
commit1c880c957a74d066ae23bab4a52b63bcf5824293 (patch)
treecf142f293b436e786011cd9f42e6a1f80b8f3ffd /src/occ_405/errl
parent24f4095cc418f3a4b8a434e6d99e6a6d6c59a2be (diff)
downloadtalos-occ-1c880c957a74d066ae23bab4a52b63bcf5824293.tar.gz
talos-occ-1c880c957a74d066ae23bab4a52b63bcf5824293.zip
Enable Master-slave OCC communication
Change-Id: I445072e20d599e30f80cc8059b3f3b2a956c453e RTC: 133154 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22005 Tested-by: FSP CI Jenkins Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_405/errl')
-rwxr-xr-xsrc/occ_405/errl/errl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/occ_405/errl/errl.c b/src/occ_405/errl/errl.c
index bd80cd4..45c6c62 100755
--- a/src/occ_405/errl/errl.c
+++ b/src/occ_405/errl/errl.c
@@ -335,7 +335,7 @@ errlHndl_t createErrl(
//NOTE: Design does not exist for these fields
//TODO: fix this when design is done!
l_rc->iv_userDetails.iv_fwLevel = 0;
- l_rc->iv_userDetails.iv_occId = G_pob_id.chip_id;
+ l_rc->iv_userDetails.iv_occId = G_pbax_id.chip_id;
l_rc->iv_userDetails.iv_occRole = G_occ_role;
l_rc->iv_userDetails.iv_occRole = OCC_MASTER;
l_rc->iv_userDetails.iv_operatingState = CURRENT_STATE();
OpenPOWER on IntegriCloud