summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2017-03-29 09:35:47 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-04-02 14:57:15 -0400
commit99dffb183162476479942922efc78190354b2ea0 (patch)
treea72752946166cd03ffbd4a026c0469871e105e96 /src/import/chips/p9/procedures/hwp/memory/lib
parent6a9cd8f6f1156c592429c84eaf8d04438977e050 (diff)
downloadtalos-hostboot-99dffb183162476479942922efc78190354b2ea0.tar.gz
talos-hostboot-99dffb183162476479942922efc78190354b2ea0.zip
Fixed blue waterfall's error message
The error message in the blue waterfall's attribute workaround accessor still referenced ATTR_DO_BLUE_WATERFALL_ADJUST which was removed. This commit removes that reference. Change-Id: I19cd23efef6ba6492d3e68b3edca0f2b10cbe98e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38573 Reviewed-by: Brent Wieman <bwieman@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38574 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> 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>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/mss_attribute_accessors_manual.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/mss_attribute_accessors_manual.H b/src/import/chips/p9/procedures/hwp/memory/lib/mss_attribute_accessors_manual.H
index b0235fa73..cccb0d57e 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/mss_attribute_accessors_manual.H
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/mss_attribute_accessors_manual.H
@@ -276,7 +276,7 @@ inline bool chip_ec_feature_blue_waterfall_adjust(const fapi2::Target<T>& i_targ
return (l_value != 0);
fapi_try_exit:
- FAPI_ERR("failed accessing ATTR_CHIP_EC_FEATURE_MSS_BLUE_WATERFALL_ADJUST or ATTR_DO_BLUE_WATERFALL_ADJUST: 0x%lx (target: %s)",
+ FAPI_ERR("failed accessing ATTR_CHIP_EC_FEATURE_MSS_BLUE_WATERFALL_ADJUST: 0x%lx (target: %s)",
uint64_t(fapi2::current_err), mss::c_str(i_target));
fapi2::Assert(false);
return false;
OpenPOWER on IntegriCloud