summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCaleb Palmer <cnpalmer@us.ibm.com>2018-05-30 08:34:23 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2018-06-01 13:13:13 -0400
commit58436097f094b742053d36e88c4064754215e7fa (patch)
tree95f77acaf32e1183cef1da6033ab0357e1fedb8d /src
parent4e919f5e820fee0f61769f2752b0920b040e66d6 (diff)
downloadtalos-hostboot-58436097f094b742053d36e88c4064754215e7fa.tar.gz
talos-hostboot-58436097f094b742053d36e88c4064754215e7fa.zip
PRD: Fix template in applyRasPolicies
Change-Id: I896ffdc60ce804d0bda6d4394d6faada56f35c57 CQ: SW431217 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59542 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59709 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/usr/diag/prdf/common/plat/mem/prdfMemMark.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/common/plat/mem/prdfMemMark.C b/src/usr/diag/prdf/common/plat/mem/prdfMemMark.C
index 9cad77e0d..9a94e3fbb 100644
--- a/src/usr/diag/prdf/common/plat/mem/prdfMemMark.C
+++ b/src/usr/diag/prdf/common/plat/mem/prdfMemMark.C
@@ -1047,7 +1047,7 @@ uint32_t __applyRasPolicies<TYPE_MBA>( ExtensibleChip * i_chip,
#ifdef __HOSTBOOT_RUNTIME
// No more repairs left so no point doing any more TPS procedures.
- MemDbUtils::banTps<TYPE_MCA>( i_chip, i_rank );
+ MemDbUtils::banTps<TYPE_MBA>( i_chip, i_rank );
#endif
}
OpenPOWER on IntegriCloud