[U-Boot] [PATCH] da850: read MAC address from I2C EEPROM on AM18xx EVM

2011-07-28 Thread nagabhushana.netagunte
From: Nagabhushana Netagunte nagabhushana.netagu...@ti.com The AM18xx EVM contains MAC address in I2C EEPROM compared da850/omap-l138 Logic PD EVM which maintains in SPI flash. So this patch tries to read MAC address from I2C EEPROM, in failure case reads from SPI flash assuming board to be

Re: [U-Boot] [PATCH] da850: read MAC address from I2C EEPROM on AM18xx EVM

2011-07-28 Thread Mike Frysinger
On Thu, Jul 28, 2011 at 09:25, nagabhushana.netagunte@wrote:        if (getenv(ethaddr) == NULL) { this should get fixed to use the eth helper instead of poking the env yourself. see board/bf537-stamp/bf537-stamp.c as an example. -mike ___ U-Boot