blob: 3ebbb466b17e56727b72730a888f43201fd3877d [file] [log] [blame]
Dean Sannerb6d76c62017-07-05 15:22:33 -05001From 573961cfe0eb570d7e0e99616318d39fa04495f0 Mon Sep 17 00:00:00 2001
2From: Nick Bofferding <bofferdn@us.ibm.com>
3Date: Thu, 6 Jul 2017 08:11:40 -0500
4Subject: [PATCH v1 1002/1002] Temporarily inhibit importing i2c array info
5 into HDAT
6
7Change-Id: Ibf80dcce5244e6a84c994c06cf78876cbecce962
8---
9 src/usr/i2c/i2c.C | 4 +++-
10 1 file changed, 3 insertions(+), 1 deletion(-)
11
12diff --git a/src/usr/i2c/i2c.C b/src/usr/i2c/i2c.C
13index e969bae..682fd89 100755
14--- a/src/usr/i2c/i2c.C
15+++ b/src/usr/i2c/i2c.C
16@@ -3916,7 +3916,9 @@ void getDeviceInfo( TARGETING::Target* i_i2cMaster,
17
18 } //end of i2cm
19
20-#if CONFIG_INCLUDE_XML_OPENPOWER
21+// @TODO RTC 173541: Re-enable
22+// #if CONFIG_INCLUDE_XML_OPENPOWER
23+#if 0
24 TARGETING::Target * sys = NULL;
25 TARGETING::targetService().getTopLevelTarget(sys);
26
27--
281.8.2.2
29