Re: [U-Boot] [PATCH 3/3] board: ti: amx3xx: Remove multiple EEPROM reads

2016-10-14 Thread Tom Rini
On Fri, Oct 14, 2016 at 10:35:25AM +0530, Lokesh Vutla wrote: > Detect the board very early and avoid reading eeprom multiple times. > > Signed-off-by: Lokesh Vutla Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U-B

[U-Boot] [PATCH 3/3] board: ti: amx3xx: Remove multiple EEPROM reads

2016-10-13 Thread Lokesh Vutla
Detect the board very early and avoid reading eeprom multiple times. Signed-off-by: Lokesh Vutla --- arch/arm/cpu/armv7/am33xx/board.c| 3 +++ arch/arm/include/asm/arch-am33xx/sys_proto.h | 1 + board/ti/am335x/board.c | 32 +++- board/t