Skip to content

Commit

Permalink
Temporarily inhibit importing i2c array info into HDAT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nick Bofferding authored and sannerd committed Jul 7, 2017
1 parent 87812eb commit f777ab7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/usr/i2c/i2c.C
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit f777ab7

Please sign in to comment.