Re: [U-Boot] [PATCH 4/5] board: ti: am43xx: add AM437x SK PHY Address

2014-06-10 Thread Felipe Balbi
Hi, On Tue, Jun 10, 2014 at 12:39:08PM -0700, Vaibhav Bedia wrote: > Hi Felipe, > > On Jun 10, 2014 11:45 AM, "Felipe Balbi" wrote: > > > > pass correct PHY Address when running on SK > > so that we have working ethernet with this board > > too. > > > > Signed-off-by: Felipe Balbi > > --- > >

Re: [U-Boot] [PATCH 4/5] board: ti: am43xx: add AM437x SK PHY Address

2014-06-10 Thread Vaibhav Bedia
Hi Felipe, On Jun 10, 2014 11:45 AM, "Felipe Balbi" wrote: > > pass correct PHY Address when running on SK > so that we have working ethernet with this board > too. > > Signed-off-by: Felipe Balbi > --- > board/ti/am43xx/board.c | 21 + > 1 file changed, 13 insertions(+), 8

[U-Boot] [PATCH 4/5] board: ti: am43xx: add AM437x SK PHY Address

2014-06-10 Thread Felipe Balbi
pass correct PHY Address when running on SK so that we have working ethernet with this board too. Signed-off-by: Felipe Balbi --- board/ti/am43xx/board.c | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/board/ti/am43xx/board.c b/board/ti/am43xx/board.c i