summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_hcode_image_build.C
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2017-02-16 16:11:25 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-02-22 09:59:03 -0500
commit6372ddd780c3c86d91b4b34060582dd7668fcf19 (patch)
treeb3134b4d7329cb24bfcb6068d84b6a1c72e839a9 /src/import/chips/p9/procedures/hwp/pm/p9_hcode_image_build.C
parent23444ce58981c6b842111d45c0c2845101d7ff78 (diff)
downloadtalos-hostboot-6372ddd780c3c86d91b4b34060582dd7668fcf19.tar.gz
talos-hostboot-6372ddd780c3c86d91b4b34060582dd7668fcf19.zip
p9_hcode_image_build: Fix repair ring calls to use BASE variant, not risk level
Change-Id: I88af316efb3e1d9f27c2ab7f71f3b85c0e89d61f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36603 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com> Dev-Ready: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36608 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/pm/p9_hcode_image_build.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_hcode_image_build.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_hcode_image_build.C b/src/import/chips/p9/procedures/hwp/pm/p9_hcode_image_build.C
index 24c02808e..a6270998c 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_hcode_image_build.C
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_hcode_image_build.C
@@ -1879,7 +1879,7 @@ extern "C"
i_chipState,
i_ringData,
i_debugMode,
- l_ringVariant,
+ BASE, // VPD rings are always BASE
i_imgType,
cmeRings,
ringLength );
@@ -2188,7 +2188,7 @@ extern "C"
i_chipState,
i_ringData,
i_debugMode,
- l_ringVariant,
+ BASE, // VPD rings are always BASE
io_qpmrHdr,
i_imgType,
sgpeRings );
OpenPOWER on IntegriCloud