[U-Boot] [RFC PATCH v2 1/8] net: Provide a function to get the current MAC address
Simon Glass
sjg at chromium.org
Sat Feb 7 02:25:22 CET 2015
Hi Joe,
On 2 February 2015 at 17:38, Joe Hershberger <joe.hershberger at ni.com> wrote:
> The current implementation exposes the eth_device struct to code that
> needs to access the MAC address. Add a wrapper function for this to
> abstract away the pointer for this operation.
>
> Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>
> ---
>
> Changes in v2: None
>
> arch/mips/cpu/mips32/au1x00/au1x00_eth.c | 2 +-
> arch/powerpc/cpu/mpc8260/ether_fcc.c | 2 +-
> arch/powerpc/cpu/mpc85xx/ether_fcc.c | 2 +-
> arch/powerpc/cpu/mpc8xx/scc.c | 2 +-
> include/net.h | 8 ++++++++
> net/net.c | 2 +-
> 6 files changed, 13 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
I think the first file might have been dropped.
Regards,
Simon
More information about the U-Boot
mailing list