Re: [U-Boot] [PATCH] da830: add support to read mac addr from EEPROM

2011-10-04 Thread Netagunte, Nagabhushana
Hi Nick, On Mon, Oct 03, 2011 at 17:31:05, Nick Thompson wrote: > On 30/09/11 12:39, nagabhushana.netagu...@ti.com wrote: > > From: Nagabhushana Netagunte > > > > da830 boards have mac address stored in I2C EEPROM. This patch adds > > support to restore mac address from EEPROM if environment vari

Re: [U-Boot] [PATCH] da830: add support to read mac addr from EEPROM

2011-10-03 Thread Nick Thompson
On 30/09/11 12:39, nagabhushana.netagu...@ti.com wrote: > From: Nagabhushana Netagunte > > da830 boards have mac address stored in I2C EEPROM. This patch > adds support to restore mac address from EEPROM if environment variable > 'ethaddr' is not set. > > Signed-off-by: Sudhakar Rajashekhara > Si

Re: [U-Boot] [PATCH] da830: add support to read mac addr from EEPROM

2011-09-30 Thread Mike Frysinger
On Friday, September 30, 2011 07:39:59 nagabhushana.netagu...@ti.com wrote: > --- a/board/davinci/da8xxevm/da830evm.c > +++ b/board/davinci/da8xxevm/da830evm.c this code looks fine ... > --- a/include/configs/da830evm.h > +++ b/include/configs/da830evm.h > > +#define CONFIG_MISC_INIT_R > #undef