Skip to content

Commit

Permalink
p9_hcode_image_build: Fix repair ring calls to use BASE variant, not …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
stillgs authored and dcrowell77 committed Feb 22, 2017
1 parent 23444ce commit 6372ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/import/chips/p9/procedures/hwp/pm/p9_hcode_image_build.C
Expand Up @@ -1879,7 +1879,7 @@ extern "C"
i_chipState,
i_ringData,
i_debugMode,
l_ringVariant,
BASE, // VPD rings are always BASE
i_imgType,
cmeRings,
ringLength );
Expand Down Expand Up @@ -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 );
Expand Down

0 comments on commit 6372ddd

Please sign in to comment.