Re: [U-Boot] [PATCHv6 19/28] net: sunxi_emac: Write HW address via net_ops hook

2017-05-30 Thread Joe Hershberger
On Mon, May 15, 2017 at 3:02 AM, Olliver Schinagl wrote: > Expose the write_hwaddr net_ops hook to write the Ethernet address. > > Signed-off-by: Olliver Schinagl Acked-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.den

[U-Boot] [PATCHv6 19/28] net: sunxi_emac: Write HW address via net_ops hook

2017-05-15 Thread Olliver Schinagl
Expose the write_hwaddr net_ops hook to write the Ethernet address. Signed-off-by: Olliver Schinagl --- drivers/net/sunxi_emac.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/net/sunxi_emac.c b/drivers/net/sunxi_emac.c index 99339db4bf..0dc37de242 100644 --- a/drivers