Re: [U-Boot] [PATCHv6 22/28] net: sun4i_mac: Add read_rom_hwaddr hook

2017-05-30 Thread Joe Hershberger
On Mon, May 15, 2017 at 3:02 AM, Olliver Schinagl wrote: > With this patch sun4i_mac can now get the MAC address from the board in > a predetermined board specific manner. I think this patch should be squashed into to one before it. Thanks, -Joe ___ U-

[U-Boot] [PATCHv6 22/28] net: sun4i_mac: Add read_rom_hwaddr hook

2017-05-15 Thread Olliver Schinagl
With this patch sun4i_mac can now get the MAC address from the board in a predetermined board specific manner. Signed-off-by: Olliver Schinagl --- drivers/net/Makefile| 2 +- drivers/net/sun4i_mac.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/net/Makefile b