summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMark Pizzutillo <Mark.Pizzutillo@ibm.com>2020-01-16 16:02:31 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2020-01-29 15:00:50 -0600
commit00950f87a7da15a05eaac0b530ffa8b750aa35b9 (patch)
treeec4aa6b9a013d1ab0075c38a7273a4c175c2abd8 /src
parentda8e96ea050b51b71535b773f51f7b8ebf534baa (diff)
downloadtalos-hostboot-00950f87a7da15a05eaac0b530ffa8b750aa35b9.tar.gz
talos-hostboot-00950f87a7da15a05eaac0b530ffa8b750aa35b9.zip
Fix DFIMRL_DDRCLK_trained draminit result display printout log level
Change-Id: Id56caaf7e37cc5e7f4553267222a8d2fccdb2725 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89777 Reviewed-by: RYAN P KING <rpking@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89797 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/phy/exp_train_display.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/phy/exp_train_display.H b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/phy/exp_train_display.H
index 5905e1d4b..abd131559 100644
--- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/phy/exp_train_display.H
+++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/phy/exp_train_display.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2019 */
+/* Contributors Listed Below - COPYRIGHT 2019,2020 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -265,7 +265,7 @@ inline fapi2::ReturnCode display_response_timing(const fapi2::Target<fapi2::TARG
FAPI_TRY(mss::rank::ranks_on_port<>(l_port, l_rank_info_vect));
// DFIMRL_DDRCLK_trained training result
- FAPI_INF("%s DFIMRL_DDRCLK_trained: %u", mss::c_str(i_target), i_training_info.tm_resp.DFIMRL_DDRCLK_trained);
+ FAPI_MFG("%s DFIMRL_DDRCLK_trained: %u", mss::c_str(i_target), i_training_info.tm_resp.DFIMRL_DDRCLK_trained);
// RD to RD
FAPI_MFG("%s RD-to-RD : 0 1 2 3", mss::c_str(i_target));
OpenPOWER on IntegriCloud