summaryrefslogtreecommitdiffstats
path: root/board/toradex
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-11-29 13:18:01 -0700
committerSimon Glass <sjg@chromium.org>2016-01-12 10:19:09 -0700
commit96350f729c4244bae879c39449ef5d6caf553e62 (patch)
tree178d2d887ba38353430a4b2522f7bb44c7faee3f /board/toradex
parent170366c113b6ccadaceb8fcc76da7371d124e0c1 (diff)
downloadtalos-obmc-uboot-96350f729c4244bae879c39449ef5d6caf553e62.tar.gz
talos-obmc-uboot-96350f729c4244bae879c39449ef5d6caf553e62.zip
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>
Diffstat (limited to 'board/toradex')
-rw-r--r--board/toradex/apalis_t30/apalis_t30.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/toradex/apalis_t30/apalis_t30.c b/board/toradex/apalis_t30/apalis_t30.c
index 879006f8e0..3f56971a13 100644
--- a/board/toradex/apalis_t30/apalis_t30.c
+++ b/board/toradex/apalis_t30/apalis_t30.c
@@ -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 */
OpenPOWER on IntegriCloud