From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Tue, 30 Sep 2014 01:59:38 +0300 Subject: [U-Boot] [PATCH v3 26/29] dm: tegra: spi: Convert to driver model In-Reply-To: <1412019326-6721-27-git-send-email-sjg@chromium.org> References: <1412019326-6721-1-git-send-email-sjg@chromium.org> <1412019326-6721-27-git-send-email-sjg@chromium.org> Message-ID: <5429E45A.2030807@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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]. 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.