Skip to content

Commit

Permalink
PRD: Row repair fix checking dram for prev repair
Browse files Browse the repository at this point in the history
Change-Id: I9f011c12f705c6390fcbaf8246288ae2d4675e1e
CQ: SW448792
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67506
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67615
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
cnpalmer authored and zane131 committed Oct 18, 2018
1 parent 10915cf commit 112454f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/diag/prdf/plat/mem/prdfMemVcm.C
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ uint32_t VcmEvent<TYPE_MBA>::rowRepair( STEP_CODE_DATA_STRUCT & io_sc,
{
// If previous repair for same DRAM
if ( l_rowRepair.getRowRepairDram() ==
iv_mark.getSymbol().getDram() )
iv_mark.getSymbol().getDramRelCenDqs() )
{
// Clear previous row repair from VPD
o_rc = clearRowRepairData<TYPE_MBA>( l_dimm, iv_rank );
Expand Down

0 comments on commit 112454f

Please sign in to comment.