From 00950f87a7da15a05eaac0b530ffa8b750aa35b9 Mon Sep 17 00:00:00 2001 From: Mark Pizzutillo Date: Thu, 16 Jan 2020 16:02:31 -0500 Subject: 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 Reviewed-by: STEPHEN GLANCY Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Louis Stermole Reviewed-by: Jennifer A Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89797 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M Crowell --- .../ocmb/explorer/procedures/hwp/memory/lib/phy/exp_train_display.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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(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)); -- cgit v1.2.1