Re: [U-Boot] [PATCH v4 3/3] board: sama5d4_xplained: Set mac address from eeprom

2017-09-08 Thread Simon Glass
On 1 September 2017 at 02:26, Wenyou Yang wrote: > Add the code to set the ethernet mac address from eeprom by using > the common code from the common folder. > > Signed-off-by: Wenyou Yang > --- > > Changes in v4: > - Rebase the latest commit(8b3cec7da) on uboot/master. > > Changes in v3: > -

[U-Boot] [PATCH v4 3/3] board: sama5d4_xplained: Set mac address from eeprom

2017-09-01 Thread Wenyou Yang
Add the code to set the ethernet mac address from eeprom by using the common code from the common folder. Signed-off-by: Wenyou Yang --- Changes in v4: - Rebase the latest commit(8b3cec7da) on uboot/master. Changes in v3: - remove CONFIG_SPL_I2C_SUPPORT=y from the default configuration files.