diff options
Diffstat (limited to 'src/include/usr/i2c')
-rw-r--r-- | src/include/usr/i2c/eepromif.H | 4 | ||||
-rw-r--r-- | src/include/usr/i2c/i2cif.H | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/include/usr/i2c/eepromif.H b/src/include/usr/i2c/eepromif.H index 6371e6da5..36558cbfe 100644 --- a/src/include/usr/i2c/eepromif.H +++ b/src/include/usr/i2c/eepromif.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2013,2016 */ +/* Contributors Listed Below - COPYRIGHT 2013,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -56,7 +56,7 @@ bool eepromPresence ( TARGETING::Target * i_target ); /** * @brief Define a set of information about all EEPROMs in the - * system (primarily used to populate the devtree) + * system (primarily used to populate HDAT) */ struct EepromInfo_t { diff --git a/src/include/usr/i2c/i2cif.H b/src/include/usr/i2c/i2cif.H index 607fb58a1..0cbc94a65 100644 --- a/src/include/usr/i2c/i2cif.H +++ b/src/include/usr/i2c/i2cif.H @@ -155,7 +155,7 @@ void i2cSetAccessMode( i2cSetAccessModeType i_setModeType ); /** * @brief Define a set of information about the I2C masters - * (primarily used to populate the devtree) + * (primarily used to populate the HDAT) */ struct MasterInfo_t { |