Dean Sanner | b6d76c6 | 2017-07-05 15:22:33 -0500 | [diff] [blame] | 1 | From 573961cfe0eb570d7e0e99616318d39fa04495f0 Mon Sep 17 00:00:00 2001 |
| 2 | From: Nick Bofferding <bofferdn@us.ibm.com> |
| 3 | Date: Thu, 6 Jul 2017 08:11:40 -0500 |
| 4 | Subject: [PATCH v1 1002/1002] Temporarily inhibit importing i2c array info |
| 5 | into HDAT |
| 6 | |
| 7 | Change-Id: Ibf80dcce5244e6a84c994c06cf78876cbecce962 |
| 8 | --- |
| 9 | src/usr/i2c/i2c.C | 4 +++- |
| 10 | 1 file changed, 3 insertions(+), 1 deletion(-) |
| 11 | |
| 12 | diff --git a/src/usr/i2c/i2c.C b/src/usr/i2c/i2c.C |
| 13 | index 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 | -- |
| 28 | 1.8.2.2 |
| 29 | |