diff mbox

[U-Boot,2/2] am33xx: Board: Make CPSW section of ethernet initialization depend on CPSW driver

Message ID 1367941975-2213-2-git-send-email-joelagnel@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Joel A Fernandes May 7, 2013, 3:52 p.m. UTC
Not doing so breaks cases where CPSW is not required such as for USB RNDIS network boot.

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
---
 board/ti/am335x/board.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/board/ti/am335x/board.c b/board/ti/am335x/board.c
index b371376..eeb5e29 100644
--- a/board/ti/am335x/board.c
+++ b/board/ti/am335x/board.c
@@ -496,6 +496,7 @@  int board_eth_init(bd_t *bis)
 			eth_setenv_enetaddr("ethaddr", mac_addr);
 	}
 
+#ifdef CONFIG_DRIVER_TI_CPSW
 	if (board_is_bone() || board_is_bone_lt() || board_is_idk()) {
 		writel(MII_MODE_ENABLE, &cdev->miisel);
 		cpsw_slaves[0].phy_if = cpsw_slaves[1].phy_if =
@@ -511,6 +512,7 @@  int board_eth_init(bd_t *bis)
 		printf("Error %d registering CPSW switch\n", rv);
 	else
 		n += rv;
+#endif
 
 	/*
 	 *