diff options
author | Bill Schwartz <whs@us.ibm.com> | 2015-06-01 13:55:54 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-06-08 13:39:02 -0500 |
commit | 6ce0dc963cca7d68658a46dc5b175504935c4141 (patch) | |
tree | 307d0abe384f115d311f64d68024b72c50907d95 /src/usr/i2c/eepromdd.C | |
parent | a90cac57c0a41b8bb71e00c5e7609400b28fcfa0 (diff) | |
download | blackbird-hostboot-6ce0dc963cca7d68658a46dc5b175504935c4141.tar.gz blackbird-hostboot-6ce0dc963cca7d68658a46dc5b175504935c4141.zip |
Missing I2C Devices for Centaur in devtree
Fix the missing busses and devices in the Centaur devtree
Change-Id: Ic973c22de8791fb827bf3749fbfa1cc9357acdcb
RTC: 127529
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18094
Tested-by: Jenkins Server
Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/i2c/eepromdd.C')
-rwxr-xr-x | src/usr/i2c/eepromdd.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/i2c/eepromdd.C b/src/usr/i2c/eepromdd.C index b2e1c90e3..828329d20 100755 --- a/src/usr/i2c/eepromdd.C +++ b/src/usr/i2c/eepromdd.C @@ -1543,7 +1543,7 @@ void getEEPROMs( std::list<EepromInfo_t>& o_info ) } // #4 - DIMMs - TARGETING::PredicateCTM dimms( TARGETING::CLASS_CARD, + TARGETING::PredicateCTM dimms( TARGETING::CLASS_LOGICAL_CARD, TARGETING::TYPE_DIMM, TARGETING::MODEL_NA ); TARGETING::PredicatePostfixExpr l_dimmFilter; |