summaryrefslogtreecommitdiffstats
path: root/src/usr/i2c/eepromdd.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/i2c/eepromdd.C')
-rwxr-xr-xsrc/usr/i2c/eepromdd.C6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usr/i2c/eepromdd.C b/src/usr/i2c/eepromdd.C
index 4fddd2d22..82945a856 100755
--- a/src/usr/i2c/eepromdd.C
+++ b/src/usr/i2c/eepromdd.C
@@ -1065,6 +1065,12 @@ errlHndl_t eepromReadAttributes ( TARGETING::Target * i_target,
o_i2cInfo.devSize_KB = eepromData.maxMemorySizeKB;
o_i2cInfo.writeCycleTime = eepromData.writeCycleTime;
+ // @todo RTC:119764 remove when correct data is in the MRW
+ if( o_i2cInfo.writePageSize == 0 )
+ {
+ o_i2cInfo.writePageSize = 256;
+ }
+
// @todo RTC:116428 - forcing the attribute data for now
// until we can pull it from the MRW
if( TARGETING::TYPE_MEMBUF ==
OpenPOWER on IntegriCloud