summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-08-02 07:33:45 -0400
committerTom Rini <[email protected]>2022-08-20 21:18:15 -0400
commit2b882f3d9624524c2511034784a5e84d1d6d39e2 (patch)
treeb4a4e9d66ac9908cd883ddd4aa6b727686d4b285
parent7a83f2bac90a4d8770c554cf9069df6b4571e72b (diff)
warp7: Remove legacy non-DM_ETH code
Now that we are about to enable DM_ETH by default, remove legacy code. Cc: Fabio Estevam <[email protected]> Signed-off-by: Tom Rini <[email protected]>
-rw-r--r--board/warp7/warp7.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/board/warp7/warp7.c b/board/warp7/warp7.c
index 95b8e82dd1c..ead52d5a490 100644
--- a/board/warp7/warp7.c
+++ b/board/warp7/warp7.c
@@ -66,19 +66,6 @@ int power_init_board(void)
}
#endif
-int board_eth_init(struct bd_info *bis)
-{
- int ret = 0;
-
-#ifdef CONFIG_USB_ETHER
- ret = usb_eth_initialize(bis);
- if (ret < 0)
- printf("Error %d registering USB ether.\n", ret);
-#endif
-
- return ret;
-}
-
int board_init(void)
{
/* address of boot parameters */