Re: [U-Boot] [PATCH v4 2/3] board: sama5d2_xplained: Replace code to set mac address

2017-09-08 Thread Simon Glass
On 1 September 2017 at 02:26, Wenyou Yang wrote: > Replace the code to set the ethernet mac address with the code from > the common folder. > > Signed-off-by: Wenyou Yang > --- > > Changes in v4: None > Changes in v3: None > Changes in v2: None > > arch/arm/dts/at91-sama5d2_xplained.dts

[U-Boot] [PATCH v4 2/3] board: sama5d2_xplained: Replace code to set mac address

2017-09-01 Thread Wenyou Yang
Replace the code to set the ethernet mac address with the code from the common folder. Signed-off-by: Wenyou Yang --- Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/dts/at91-sama5d2_xplained.dts | 5 +++ board/atmel/sama5d2_xplained/sama5d2_xplained.c | 46 +++--