From 6372ddd780c3c86d91b4b34060582dd7668fcf19 Mon Sep 17 00:00:00 2001 From: Greg Still Date: Thu, 16 Feb 2017 16:11:25 -0600 Subject: 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 Tested-by: Hostboot CI Reviewed-by: Prem Shanker Jha Dev-Ready: Gregory S. Still Reviewed-by: Joseph J. McGill Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36608 Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/import/chips/p9/procedures/hwp/pm/p9_hcode_image_build.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/import/chips/p9/procedures/hwp/pm/p9_hcode_image_build.C') 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 ); -- cgit v1.2.1