Re: [U-Boot] [PATCH 3/8] ti: common: board_detect: Introduce function to set the address length.

2017-04-12 Thread Franklin S Cooper Jr
On 04/12/2017 03:40 AM, Vignesh R wrote: > > > On Wednesday 12 April 2017 12:07 AM, Franklin S Cooper Jr wrote: >> Reading from the I2C EEPROM used typically requires using an address length >> of 2. However, when using DM for I2C the default address length used is 1. >> To fix this introduce

Re: [U-Boot] [PATCH 3/8] ti: common: board_detect: Introduce function to set the address length.

2017-04-12 Thread Vignesh R
On Wednesday 12 April 2017 12:07 AM, Franklin S Cooper Jr wrote: > Reading from the I2C EEPROM used typically requires using an address length > of 2. However, when using DM for I2C the default address length used is 1. > To fix this introduce a new function that allows the address length to be

[U-Boot] [PATCH 3/8] ti: common: board_detect: Introduce function to set the address length.

2017-04-11 Thread Franklin S Cooper Jr
Reading from the I2C EEPROM used typically requires using an address length of 2. However, when using DM for I2C the default address length used is 1. To fix this introduce a new function that allows the address length to be changed. The logic to do so was copied from cmd/i2c.c. Signed-off-by: