
Hi Igor,
On 29 September 2014 16:59, Igor Grinberg grinberg@compulab.co.il wrote:
Hi Simon,
On 09/29/14 22:35, Simon Glass wrote:
diff --git a/board/compulab/common/eeprom.c b/board/compulab/common/eeprom.c index 85442cd..ba3a5bf 100644 --- a/board/compulab/common/eeprom.c +++ b/board/compulab/common/eeprom.c @@ -33,7 +33,7 @@ static int cl_eeprom_read(uint offset, uchar *buf, int len) { int res; unsigned int current_i2c_bus = i2c_get_bus_num();
+#define CONFIG_SYS_I2C_EEPROM_BUS 1 res = i2c_set_bus_num(CONFIG_SYS_I2C_EEPROM_BUS); if (res < 0) return res;
The above hunk is not related to this patch. Please, remove. A temporary fix for trimslice if needed can be found here [1].
Thanks - yes this is a bit of a mess but I'll wait to sort it out until the fix is in mainline. It's never easy adding patches to a broken tree - I tried to bring it something and ended up merging it into one of the patches by the look of it.
Albert, patchwork says it is delegated to you. Are you going to apply it some time soon?
[1] https://patchwork.ozlabs.org/patch/390381/
-- Regards, Igor.
Regards, Simon