summaryrefslogtreecommitdiffstats
path: root/src/usr/i2c/i2c.C
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2017-07-06 08:11:40 -0500
committerDean Sanner <dsanner@us.ibm.com>2017-07-07 11:49:56 -0400
commitf777ab7ae98061f2e9a1c5f100208de0d9101853 (patch)
tree6537395fc3a6aba6327732f66dd3455a9e3f9d2d /src/usr/i2c/i2c.C
parent87812eb29ba188bf9d0fdc6c691c09efbd63a13f (diff)
downloadtalos-hostboot-f777ab7ae98061f2e9a1c5f100208de0d9101853.tar.gz
talos-hostboot-f777ab7ae98061f2e9a1c5f100208de0d9101853.zip
Temporarily inhibit importing i2c array info into HDAT
Change-Id: Ibf80dcce5244e6a84c994c06cf78876cbecce962 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42808 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Dean Sanner <dsanner@us.ibm.com>
Diffstat (limited to 'src/usr/i2c/i2c.C')
-rwxr-xr-xsrc/usr/i2c/i2c.C4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/i2c/i2c.C b/src/usr/i2c/i2c.C
index e969bae78..682fd8992 100755
--- a/src/usr/i2c/i2c.C
+++ b/src/usr/i2c/i2c.C
@@ -3916,7 +3916,9 @@ void getDeviceInfo( TARGETING::Target* i_i2cMaster,
} //end of i2cm
-#if CONFIG_INCLUDE_XML_OPENPOWER
+// @TODO RTC 173541: Re-enable
+// #if CONFIG_INCLUDE_XML_OPENPOWER
+#if 0
TARGETING::Target * sys = NULL;
TARGETING::targetService().getTopLevelTarget(sys);
OpenPOWER on IntegriCloud