summaryrefslogtreecommitdiffstats
path: root/src/usr/i2c/i2c.C
diff options
context:
space:
mode:
authorRoland Veloz <rveloz@us.ibm.com>2018-12-26 19:04:12 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-01-15 17:06:01 -0600
commitfd94eaab5b2f7b76151245f6db0bd20782deed2e (patch)
treeec0b514d13a4555f488415cbb39c752a92df08b2 /src/usr/i2c/i2c.C
parentc7d8ac0a078bd1e01ce591c3515a68737da7795f (diff)
downloadtalos-hostboot-fd94eaab5b2f7b76151245f6db0bd20782deed2e.tar.gz
talos-hostboot-fd94eaab5b2f7b76151245f6db0bd20782deed2e.zip
Replace attribute I2C_MUX_INFO with attribute FAPI_I2C_CONTROL_INFO
-- Just removed all instances of I2C_MUX_INFO and replaced with FAPI_I2C_CONTROL_INFO if not already there. Change-Id: Ie161abb25ef75b632d6c429fb247ccbd04eb2135 RTC: 203024 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70022 Tested-by: Jenkins Server <pfd-jenkins+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: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/i2c/i2c.C')
-rwxr-xr-xsrc/usr/i2c/i2c.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/i2c/i2c.C b/src/usr/i2c/i2c.C
index e74d9ecd4..bba2910c0 100755
--- a/src/usr/i2c/i2c.C
+++ b/src/usr/i2c/i2c.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2018 */
+/* Contributors Listed Below - COPYRIGHT 2011,2019 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -1053,9 +1053,9 @@ errlHndl_t i2cAccessMux( TARGETING::TargetHandle_t i_masterTarget,
break;
}
- TARGETING::I2cMuxInfo l_muxData;
+ TARGETING::FapiI2cControlInfo l_muxData;
- if (! (l_i2cMuxTarget->tryGetAttr<TARGETING::ATTR_I2C_MUX_INFO>(l_muxData)) )
+ if (! (l_i2cMuxTarget->tryGetAttr<TARGETING::ATTR_FAPI_I2C_CONTROL_INFO>(l_muxData)) )
{
TRACFCOMP(g_trac_i2c,
"i2cAccessMux(): get attributes failed");
OpenPOWER on IntegriCloud