diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/usr/hdat/hdatutil.C | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/src/usr/hdat/hdatutil.C b/src/usr/hdat/hdatutil.C index 5fdea3cb6..83deff106 100644 --- a/src/usr/hdat/hdatutil.C +++ b/src/usr/hdat/hdatutil.C @@ -1830,21 +1830,13 @@ void hdatGetI2cDeviceInfo( "detected"); ++linkId.instance; - //@TODO:RTC 213230(HDAT Axone additional support) - //Hacking this now as OCMB is not an i2c master - if (i_model == TARGETING::MODEL_NIMBUS) - { - if( (i_pTarget == nullptr) || - (i_pTarget == i2cDevice.masterChip) - ) - { - o_i2cDevEntries.push_back(l_hostI2cObj); - } - } - else + if( (i_pTarget == nullptr) || + (i_pTarget == i2cDevice.masterChip) + ) { o_i2cDevEntries.push_back(l_hostI2cObj); } + } } |