summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/test
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/targeting/test
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/targeting/test')
-rw-r--r--src/usr/targeting/test/testtargeting.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/targeting/test/testtargeting.H b/src/usr/targeting/test/testtargeting.H
index 16d2fc99d..1e4792831 100644
--- a/src/usr/targeting/test/testtargeting.H
+++ b/src/usr/targeting/test/testtargeting.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2018 */
+/* Contributors Listed Below - COPYRIGHT 2012,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -605,8 +605,8 @@ class TargetingTestSuite : public CxxTest::TestSuite
TARGETING::TYPE_I2C_MUX);
}
- TARGETING::I2cMuxInfo l_i2cMuxInfo =
- l_targetList->getAttr<TARGETING::ATTR_I2C_MUX_INFO>();
+ TARGETING::FapiI2cControlInfo l_i2cMuxInfo =
+ l_targetList->getAttr<TARGETING::ATTR_FAPI_I2C_CONTROL_INFO>();
if (TARGETING::EntityPath::PATH_PHYSICAL !=
l_i2cMuxInfo.i2cMasterPath.type())
OpenPOWER on IntegriCloud