summaryrefslogtreecommitdiffstats
path: root/src/usr/i2c
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2015-12-29 12:17:02 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-03-03 17:35:07 -0500
commitd7a8bdb33276bacdee5e9d31753ce5515bbb1cde (patch)
treea66fd33305072e2f5fb0d4f1ba24eb846f6576c1 /src/usr/i2c
parentc73c1d03450fb1dfa0ef9c98485999aeaa0257d7 (diff)
downloadblackbird-hostboot-d7a8bdb33276bacdee5e9d31753ce5515bbb1cde.tar.gz
blackbird-hostboot-d7a8bdb33276bacdee5e9d31753ce5515bbb1cde.zip
Re-enable functionality turned off during p9 bringup
Change-Id: I39e1d7fa7854be7425831e657c82a4a3ebdeebf2 RTC:137627 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/777 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/i2c')
-rwxr-xr-xsrc/usr/i2c/i2c.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/i2c/i2c.C b/src/usr/i2c/i2c.C
index 0b77c1b03..62a8f15d0 100755
--- a/src/usr/i2c/i2c.C
+++ b/src/usr/i2c/i2c.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2015 */
+/* Contributors Listed Below - COPYRIGHT 2011,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -2898,7 +2898,7 @@ errlHndl_t i2cResetActiveMasters ( i2cProcessType i_resetType,
"i_functional=%d",
i_resetType, i_functional );
- // @todo RTC:137627 - remove for P9 bringup
+ // @todo RTC:123019- I2CM Changes for P9
#if (0)
err = i2cProcessActiveMasters (i_resetType, // select engines
I2C_OP_RESET, // reset engines
OpenPOWER on IntegriCloud