summaryrefslogtreecommitdiffstats
path: root/src/usr/i2c/eepromdd.C
diff options
context:
space:
mode:
authorBill Schwartz <whs@us.ibm.com>2015-06-01 13:55:54 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-06-08 13:39:02 -0500
commit6ce0dc963cca7d68658a46dc5b175504935c4141 (patch)
tree307d0abe384f115d311f64d68024b72c50907d95 /src/usr/i2c/eepromdd.C
parenta90cac57c0a41b8bb71e00c5e7609400b28fcfa0 (diff)
downloadblackbird-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-xsrc/usr/i2c/eepromdd.C2
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;
OpenPOWER on IntegriCloud