Skip to content

Commit

Permalink
PRD: RX trgt used for TX trgt in XBUS lane repair VPD write
Browse files Browse the repository at this point in the history
Change-Id: I5eace3a79d9fd8fe8e30ddc12276813dd61b4205
CQ: SW443246
Backport: release-fips921
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65188
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65203
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>
  • Loading branch information
zane131 committed Aug 25, 2018
1 parent 5ae9d29 commit f9f785e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/diag/prdf/common/plat/prdfPlatServices_common.C
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ int32_t setVpdFailedLanes<TYPE_XBUS,TYPE_XBUS>(
errlHndl_t err = nullptr;

fapi2::Target<fapi2::TARGET_TYPE_XBUS> fapiRxTrgt (i_rxBusTgt);
fapi2::Target<fapi2::TARGET_TYPE_XBUS> fapiTxTrgt (i_rxBusTgt);
fapi2::Target<fapi2::TARGET_TYPE_XBUS> fapiTxTrgt (i_txBusTgt);

FAPI_INVOKE_HWP(err,
erepairSetFailedLanes,
Expand Down

0 comments on commit f9f785e

Please sign in to comment.