summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/utils/conversions.H
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-01-07 14:35:20 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-04-01 21:23:41 -0400
commit3a11ab737feeb6695f949f355f41081e64dec2f5 (patch)
tree4f1e16a5ac0351f8b8eb236322916ea587159db0 /src/import/chips/p9/procedures/hwp/memory/lib/utils/conversions.H
parentdba9ee6be396b29a072d9c5fc87ff346542c396e (diff)
downloadtalos-hostboot-3a11ab737feeb6695f949f355f41081e64dec2f5.tar.gz
talos-hostboot-3a11ab737feeb6695f949f355f41081e64dec2f5.zip
Add mcbist L2 function
Change-Id: Ie902a404323fe781aca99af2c20ca6ba564a06da Original-Change-Id: I8b98c188d6a642eb49d89deffcbd697d9cf7afdc Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23895 Tested-by: Jenkins Server Reviewed-by: Craig C. Hamilton <cchamilt@us.ibm.com> Reviewed-by: Andre A. Marin <aamarin@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22768 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/utils/conversions.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/utils/conversions.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/utils/conversions.H b/src/import/chips/p9/procedures/hwp/memory/lib/utils/conversions.H
index 7fd1079d1..c39ebf057 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/utils/conversions.H
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/utils/conversions.H
@@ -66,7 +66,7 @@ inline uint64_t mhz_to_ps(const uint64_t i_mhz)
return FREQ_TO_PS[FREQ_2400];
default:
- FAPI_ERR("unsupported frequency %d", i_mhz);
+ FAPI_ERR("unsupported frequency %llu", i_mhz);
fapi2::Assert(false);
// Keeps compiler happy
OpenPOWER on IntegriCloud