Re: [U-Boot] [PATCH 3/3] net: phy: aquantia: autodetect if firmware needs to be loaded

2018-10-22 Thread Joe Hershberger
On Tue, Sep 18, 2018 at 4:53 PM Jeremy Gebben wrote: > > If the phy reports a valid firmware version and doesn't indicate > a fault, skip loading the firmware. This allows the same image > to be used on boards that have firmware storage and those that do not. > > Signed-off-by: Jeremy Gebben

[U-Boot] [PATCH 3/3] net: phy: aquantia: autodetect if firmware needs to be loaded

2018-09-18 Thread Jeremy Gebben
If the phy reports a valid firmware version and doesn't indicate a fault, skip loading the firmware. This allows the same image to be used on boards that have firmware storage and those that do not. Signed-off-by: Jeremy Gebben --- drivers/net/phy/aquantia.c | 28 ++--