i2c/eeprom: Always define I2C_RXTX_LEN
authorMario Six <six@gdsys.de>
Wed, 20 Apr 2016 08:44:52 +0000 (10:44 +0200)
committerHeiko Schocher <hs@denx.de>
Tue, 3 May 2016 13:25:46 +0000 (15:25 +0200)
commita6e7b7744e158c4c02f91fcbf991845cad4dc6e3
treedc5c2db87503eb2725882367c354a3be0da66154
parent58abb988ce24525474f0d515d2a36c1b3acf893f
i2c/eeprom: Always define I2C_RXTX_LEN

I2C_RXTX_LEN from include/i2c.h is not defined if CONFIG_DM_I2C is
enabled. This leads to a compilation error on boards that enable both
CONFIG_CMD_EEPROM and CONFIG_DM_I2C.

To avoid this, we define I2C_RXTX_LEN in cmd/eeprom.c if it is not
already defined.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
cmd/eeprom.c