colibri_imx6: boot env configuration updates
[oweals/u-boot.git] / include / i2c_eeprom.h
index b96254ae79f5bb7cc071e005efd41934f92e5d56..cd620d519fca478307a9f511ad69585c92d8d872 100644 (file)
@@ -16,8 +16,6 @@ struct i2c_eeprom_ops {
 struct i2c_eeprom {
        /* The EEPROM's page size in byte */
        unsigned long pagesize;
-       /* The EEPROM's page width in bits (pagesize = 2^pagewidth) */
-       unsigned pagewidth;
        /* The EEPROM's capacity in bytes */
        unsigned long size;
 };