summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/plat/mem/prdfMemVcm_ipl.C
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2016-09-28 13:55:47 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2016-10-12 09:20:35 -0400
commit66555fc888741e710ffab19e8f0a7c2b2341d0bf (patch)
tree041a1dde8f35db556b8d340ad84ca211711ad711 /src/usr/diag/prdf/plat/mem/prdfMemVcm_ipl.C
parent4bef081ac03645c13eef87c50b534764eb28f6a0 (diff)
downloadtalos-hostboot-66555fc888741e710ffab19e8f0a7c2b2341d0bf.tar.gz
talos-hostboot-66555fc888741e710ffab19e8f0a7c2b2341d0bf.zip
PRD: Simplified templates in TD controller code
Change-Id: I4db0c3e463f5bfc9cb698815b9932dfaafa6ddde Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30428 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30988 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/plat/mem/prdfMemVcm_ipl.C')
-rw-r--r--src/usr/diag/prdf/plat/mem/prdfMemVcm_ipl.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/diag/prdf/plat/mem/prdfMemVcm_ipl.C b/src/usr/diag/prdf/plat/mem/prdfMemVcm_ipl.C
index 91a652896..b116345e5 100644
--- a/src/usr/diag/prdf/plat/mem/prdfMemVcm_ipl.C
+++ b/src/usr/diag/prdf/plat/mem/prdfMemVcm_ipl.C
@@ -36,10 +36,10 @@ namespace PRDF
//------------------------------------------------------------------------------
// TODO: RTC 157608 Actual implementation of this procedure will be done later.
-uint32_t VcmEvent<TYPE_MCBIST>::nextStep( STEP_CODE_DATA_STRUCT & io_sc,
- bool & o_done )
+uint32_t VcmEvent<TYPE_MCA>::nextStep( STEP_CODE_DATA_STRUCT & io_sc,
+ bool & o_done )
{
- #define PRDF_FUNC "[VcmEvent<TYPE_MCBIST>::nextStep] "
+ #define PRDF_FUNC "[VcmEvent<TYPE_MCA>::nextStep] "
uint32_t o_rc = SUCCESS;
OpenPOWER on IntegriCloud