Re: [U-Boot] [PATCH] arm: novena: Fix EEPROM i2c configuration

2015-12-21 Thread Marek Vasut
On Wednesday, November 25, 2015 at 12:36:44 AM, Marek Vasut wrote: > On Novena, the DRAM SPD is connected to i2c1 while the Utility EEPROM > is connected to i2c3. Now that the EEPROM handling in U-Boot is fixed, > also fix this bit on Novena. > > Signed-off-by: Marek Vasut > Cc: Sean Cross > Cc:

[U-Boot] [PATCH] arm: novena: Fix EEPROM i2c configuration

2015-11-24 Thread Marek Vasut
On Novena, the DRAM SPD is connected to i2c1 while the Utility EEPROM is connected to i2c3. Now that the EEPROM handling in U-Boot is fixed, also fix this bit on Novena. Signed-off-by: Marek Vasut Cc: Sean Cross Cc: Stefano Babic --- include/configs/novena.h | 3 ++- 1 file changed, 2 insertio