[U-Boot] [PATCH 2/3] mx28evk: Propagate the error if cpu_eth_init() fails

2013-09-20 Thread Fabio Estevam
From: Fabio Estevam If cpu_eth_init() fails we should return the error immediately. Cc: Marek Vasut Signed-off-by: Fabio Estevam --- board/denx/m28evk/m28evk.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/denx/m28evk/m28evk.c b/board/denx/m28evk/m28evk.c index f4453d6..33d38cf

Re: [U-Boot] [PATCH 2/3] mx28evk: Propagate the error if cpu_eth_init() fails

2013-09-22 Thread Marek Vasut
Dear Fabio Estevam, > From: Fabio Estevam > > If cpu_eth_init() fails we should return the error immediately. > > Cc: Marek Vasut > Signed-off-by: Fabio Estevam Acked-by: Marek Vasut > --- > board/denx/m28evk/m28evk.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/board/denx/

Re: [U-Boot] [PATCH 2/3] mx28evk: Propagate the error if cpu_eth_init() fails

2013-09-27 Thread Stefano Babic
On 20/09/2013 21:30, Fabio Estevam wrote: > From: Fabio Estevam > > If cpu_eth_init() fails we should return the error immediately. > > Cc: Marek Vasut > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx (fix), thanks! Best regards, Stefano Babic -- ===