summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.C
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2019-03-14 09:20:24 -0400
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-04-15 09:57:05 -0500
commit745094dc3a9fbdb241ee4973eec4049f6ea7550b (patch)
tree05ec46d75ac657ffab57b628c81daa0a816cfed3 /src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.C
parent4cfa805d328b0168e7874b025bf7133fd355121e (diff)
downloadtalos-hostboot-745094dc3a9fbdb241ee4973eec4049f6ea7550b.tar.gz
talos-hostboot-745094dc3a9fbdb241ee4973eec4049f6ea7550b.zip
Moves blame a FIR API to generic
Change-Id: I4486acdd2fa9ee6a5d48808f52b43e2203967830 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/73325 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Mark Pizzutillo <mark.pizzutillo@ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Dev-Ready: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/73352 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.C b/src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.C
index b9f8cc351..88337c26c 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.C
@@ -723,7 +723,7 @@ fapi_try_exit:
mss::c_str(l_mca));
// Checks the FIR's, if need be
- return mss::check::fir_or_pll_fail( l_mca, fapi2::current_err, l_check_firs);
+ return mss::check::fir_or_pll_fail<mss::mc_type::NIMBUS>( l_mca, fapi2::current_err, l_check_firs);
}
///
OpenPOWER on IntegriCloud