Re: [U-Boot] [PATCH 22/27] net: phy: marvell: Add a missing errno.h header

2016-07-05 Thread Simon Glass
Hi Joe, On 13 June 2016 at 12:21, Joe Hershberger wrote: > Hi Simon, > > On Mon, Jun 13, 2016 at 12:30 AM, Simon Glass wrote: >> This corrects a build error on zynqmp. >> >> Signed-off-by: Simon Glass >> Signed-off-by: Simon Glass >> --- >> >> drivers/net/phy/marvell.c | 1 + >> 1 file change

Re: [U-Boot] [PATCH 22/27] net: phy: marvell: Add a missing errno.h header

2016-06-14 Thread Michal Simek
On 13.6.2016 20:21, Joe Hershberger wrote: > Hi Simon, > > On Mon, Jun 13, 2016 at 12:30 AM, Simon Glass wrote: >> This corrects a build error on zynqmp. >> >> Signed-off-by: Simon Glass Maybe fix this address too. Thanks, Michal ___ U-Boot mailing l

Re: [U-Boot] [PATCH 22/27] net: phy: marvell: Add a missing errno.h header

2016-06-13 Thread Joe Hershberger
Hi Simon, On Mon, Jun 13, 2016 at 12:30 AM, Simon Glass wrote: > This corrects a build error on zynqmp. > > Signed-off-by: Simon Glass > Signed-off-by: Simon Glass > --- > > drivers/net/phy/marvell.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/net/phy/marvell.c b/drivers/n

[U-Boot] [PATCH 22/27] net: phy: marvell: Add a missing errno.h header

2016-06-12 Thread Simon Glass
This corrects a build error on zynqmp. Signed-off-by: Simon Glass Signed-off-by: Simon Glass --- 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 d2e68d4..8de0574 100644 --- a/drivers/net/phy/marvell.c +++