[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 ba...@ti.com --- board/ti/am43xx/board.c | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/board/ti/am43xx/board.c

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 ba...@ti.com wrote: pass correct PHY Address when running on SK so that we have working ethernet with this board too. Signed-off-by: Felipe Balbi ba...@ti.com --- board/ti/am43xx/board.c | 21 + 1 file changed, 13

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 ba...@ti.com wrote: pass correct PHY Address when running on SK so that we have working ethernet with this board too. Signed-off-by: Felipe Balbi ba...@ti.com ---