dm: tegra: net: Convert tegra boards to driver model for Ethernet
Adjust all Tegra boards to use driver model for Ethernet, now that the required drivers are converted. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
#include <asm/io.h>
|
||||
#include <dm.h>
|
||||
#include <i2c.h>
|
||||
#include <netdev.h>
|
||||
|
||||
#include "pinmux-config-apalis_t30.h"
|
||||
|
||||
@@ -92,9 +91,4 @@ int tegra_pcie_board_init(void)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int board_eth_init(bd_t *bis)
|
||||
{
|
||||
return pci_eth_init(bis);
|
||||
}
|
||||
#endif /* CONFIG_PCI_TEGRA */
|
||||
|
||||
Reference in New Issue
Block a user