Re: [U-Boot] [PATCH v2 05/13] net: phy: marvell: Add a missing errno.h header

2016-07-17 Thread Simon Glass
On 5 July 2016 at 17:10, Simon Glass wrote: > This corrects a build error on zynqmp. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Fix sign-off tag > > drivers/net/phy/marvell.c | 1 + > 1 file changed, 1 insertion(+) Applied to u-boot-dm. _

[U-Boot] [PATCH v2 05/13] net: phy: marvell: Add a missing errno.h header

2016-07-05 Thread Simon Glass
This corrects a build error on zynqmp. Signed-off-by: Simon Glass --- Changes in v2: - Fix sign-off tag drivers/net/phy/marvell.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c index 58d287b..4eeb0f6 100644 --- a/drivers/net/phy/marvel