Re: [U-Boot] [PATCH 11/11] arm: cm4008, cm41xx: read MAC address from flash

2012-10-18 Thread Albert ARIBAUD
Hi Yann, On Fri, 5 Oct 2012 14:09:58 +0200, Yann Vernier wrote: > Previously code to do this was in the Ethernet driver itself. > Since it is board specific, moved it here, and altered it to > support preset MAC from environment. > --- > board/cm4008/cm4008.c | 12 > board/cm41x

[U-Boot] [PATCH 11/11] arm: cm4008, cm41xx: read MAC address from flash

2012-10-05 Thread Yann Vernier
Previously code to do this was in the Ethernet driver itself. Since it is board specific, moved it here, and altered it to support preset MAC from environment. --- board/cm4008/cm4008.c | 12 board/cm41xx/cm41xx.c | 12 2 files changed, 24 insertions(+) diff --git a/

[U-Boot] [PATCH 11/11] arm: cm4008, cm41xx: read MAC address from flash

2012-08-09 Thread Yann Vernier
Previously code to do this was in the Ethernet driver itself. Since it is board specific, moved it here, and altered it to support preset MAC from environment. Signed-off-by: Yann Vernier --- board/cm4008/cm4008.c | 12 board/cm41xx/cm41xx.c | 12 2 files changed, 2