[U-Boot] [PATCH v3 26/29] dm: tegra: spi: Convert to driver model

Igor Grinberg grinberg at compulab.co.il
Tue Sep 30 00:59:38 CEST 2014


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.


More information about the U-Boot mailing list