Re: [U-Boot] [PATCH 5/5] KM/IVM: remove ivm_read_eeprom(void)

2015-02-02 Thread Valentin Longchamp
Hello Tom and Holger, On 01/06/2015 09:19 AM, Brunck, Holger wrote: On 01/05/2015 07:47 PM, Tom Rini wrote: On Tue, Dec 23, 2014 at 02:08:57PM +0100, Valentin Longchamp wrote: This is not used anymore since the procedure was split into a simple read function and a later alaysis. The

Re: [U-Boot] [PATCH 5/5] KM/IVM: remove ivm_read_eeprom(void)

2015-01-06 Thread Holger Brunck
On 01/05/2015 07:47 PM, Tom Rini wrote: On Tue, Dec 23, 2014 at 02:08:57PM +0100, Valentin Longchamp wrote: This is not used anymore since the procedure was split into a simple read function and a later alaysis. The ivm_read_eeprom name is now used for the previous ivm_simple_read_eeprom

Re: [U-Boot] [PATCH 5/5] KM/IVM: remove ivm_read_eeprom(void)

2015-01-05 Thread Tom Rini
On Tue, Dec 23, 2014 at 02:08:57PM +0100, Valentin Longchamp wrote: This is not used anymore since the procedure was split into a simple read function and a later alaysis. The ivm_read_eeprom name is now used for the previous ivm_simple_read_eeprom function. Signed-off-by: Valentin

[U-Boot] [PATCH 5/5] KM/IVM: remove ivm_read_eeprom(void)

2014-12-23 Thread Valentin Longchamp
This is not used anymore since the procedure was split into a simple read function and a later alaysis. The ivm_read_eeprom name is now used for the previous ivm_simple_read_eeprom function. Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com --- board/keymile/common/common.h |