summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas
diff options
context:
space:
mode:
authorBill Schwartz <whs@us.ibm.com>2015-02-04 07:55:01 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-12 10:43:52 -0600
commit02e8cfeafe60b5937a01d994d1dc25ec165eeece (patch)
tree1c4f82a768230681ac9a3e0d47f414fd0b045e95 /src/usr/hwas
parent3eb0fabc51df77382919c3d24b0f38b8f4eb8051 (diff)
downloadtalos-hostboot-02e8cfeafe60b5937a01d994d1dc25ec165eeece.tar.gz
talos-hostboot-02e8cfeafe60b5937a01d994d1dc25ec165eeece.zip
Update i2cSetupMasters() to support different inputs
Update i2cSetupMasters similar to i2cResetActiveMasters to accept a parameter to select procs and/or mem buffs and host and/or fsi engines. Change-Id: I943248e01acd3254acf5635a284a05c827645123 RTC: 115834 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15552 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwas')
-rw-r--r--src/usr/hwas/hostbootIstep.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/hwas/hostbootIstep.C b/src/usr/hwas/hostbootIstep.C
index 8390d1a61..42e756a07 100644
--- a/src/usr/hwas/hostbootIstep.C
+++ b/src/usr/hwas/hostbootIstep.C
@@ -98,7 +98,7 @@ void* host_init_fsi( void *io_pArgs )
break;
}
- l_errl = I2C::i2cResetActiveMasters(I2C::I2C_RESET_ALL, false);
+ l_errl = I2C::i2cResetActiveMasters(I2C::I2C_ALL, false);
if (l_errl)
{
// Commit this error
OpenPOWER on IntegriCloud