Re: [U-Boot] [RESEND PATCH v5] net: asix: fix operation without eeprom

2015-08-05 Thread Marek Vasut
On Wednesday, August 05, 2015 at 05:16:59 PM, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > This patch fixes operation of our on-board AX88772B chip without EEPROM > but with a ethaddr coming from the regular U-Boot environment. This is > a forward port of some remaining parts initially impl

[U-Boot] [RESEND PATCH v5] net: asix: fix operation without eeprom

2015-08-05 Thread Marcel Ziswiler
From: Marcel Ziswiler This patch fixes operation of our on-board AX88772B chip without EEPROM but with a ethaddr coming from the regular U-Boot environment. This is a forward port of some remaining parts initially implemented by Antmicro. Signed-off-by: Marcel Ziswiler Acked-by: Marek Vasut --