diff options
Diffstat (limited to 'src/usr/i2c')
-rwxr-xr-x | src/usr/i2c/i2c.C | 4 |
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); |