diff options
| author | Tom Rini <[email protected]> | 2022-08-02 07:33:45 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-20 21:18:15 -0400 |
| commit | 2b882f3d9624524c2511034784a5e84d1d6d39e2 (patch) | |
| tree | b4a4e9d66ac9908cd883ddd4aa6b727686d4b285 | |
| parent | 7a83f2bac90a4d8770c554cf9069df6b4571e72b (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.c | 13 |
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 */ |
