From fd94eaab5b2f7b76151245f6db0bd20782deed2e Mon Sep 17 00:00:00 2001 From: Roland Veloz Date: Wed, 26 Dec 2018 19:04:12 -0600 Subject: 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 Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Nicholas E. Bofferding Reviewed-by: Christian R. Geddes Reviewed-by: Daniel M. Crowell --- src/usr/i2c/i2c.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/usr/i2c') 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(l_muxData)) ) + if (! (l_i2cMuxTarget->tryGetAttr(l_muxData)) ) { TRACFCOMP(g_trac_i2c, "i2cAccessMux(): get attributes failed"); -- cgit v1.2.3