Re: [U-Boot] [RFC PATCH] tricorder: rewrite tricordereeprom command

2015-11-10 Thread Marek Vasut
On Tuesday, November 04, 2014 at 05:01:47 PM, Andreas Bießmann wrote: > This rewrite uses lately promoted eeprom_init(int) function to choose the > right I2C bus when writing data to the EEPROM. > > Signed-off-by: Andreas Bießmann > Cc: Marek Vasut

[U-Boot] [RFC PATCH] tricorder: rewrite tricordereeprom command

2014-11-04 Thread Andreas Bießmann
This rewrite uses lately promoted eeprom_init(int) function to choose the right I2C bus when writing data to the EEPROM. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Cc: Marek Vasut ma...@denx.de --- Hi Marek, works this for you? I can't kill the i2c_read() cause eeprom_read()