Re: [U-Boot] [PATCH 2/2] da850evm: read mac address from I2C EEPROM on AM18x EVM

2012-02-03 Thread Wolfgang Denk
Dear "Hadli, Manjunath", In message you wrote: > > > NAK. This has been discussed a thousand times before, so please look it > up in the archives. > > > > The environment always has precedence. If there are several places to sto > re tha MAC address, and the values don;t match, a warning must

Re: [U-Boot] [PATCH 2/2] da850evm: read mac address from I2C EEPROM on AM18x EVM

2012-02-03 Thread Hadli, Manjunath
Wolfgang, On Fri, Feb 03, 2012 at 03:47:47, Wolfgang Denk wrote: > Dear Manjunath Hadli, > > In message <1328190138-5276-3-git-send-email-manjunath.ha...@ti.com> you > wrote: > > add support to read mac address for AM18x EVM manufactured from > > Spectrum digital which have mac address stored i

Re: [U-Boot] [PATCH 2/2] da850evm: read mac address from I2C EEPROM on AM18x EVM

2012-02-02 Thread Wolfgang Denk
Dear Manjunath Hadli, In message <1328190138-5276-3-git-send-email-manjunath.ha...@ti.com> you wrote: > add support to read mac address for AM18x EVM manufactured from > Spectrum digital which have mac address stored in I2C EEPROM manfactured > by WINBOND. This patch reads mac address from I2C EEP

[U-Boot] [PATCH 2/2] da850evm: read mac address from I2C EEPROM on AM18x EVM

2012-02-02 Thread Manjunath Hadli
add support to read mac address for AM18x EVM manufactured from Spectrum digital which have mac address stored in I2C EEPROM manfactured by WINBOND. This patch reads mac address from I2C EEPROM and updates environment variable if not set. Introduced a config option CONFIG_MAC_ADDR_IN_EEPROM to wher