summaryrefslogtreecommitdiffstats
path: root/board/intel
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-10 22:02:53 -0600
committerSimon Glass <sjg@chromium.org>2015-08-14 09:50:11 -0600
commitb8098bc1c14ca397291209e0281f0862ddc6f057 (patch)
treeda175f5954101b19992833a366471a17087f01ab /board/intel
parent3d4e2491ff4979ace37bbecb5081d52d3f6c1fec (diff)
downloadtalos-obmc-uboot-b8098bc1c14ca397291209e0281f0862ddc6f057.tar.gz
talos-obmc-uboot-b8098bc1c14ca397291209e0281f0862ddc6f057.zip
x86: Convert minnowmax to use CONFIG_DM_NET
Move to driver model for networking on minnowmax. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'board/intel')
-rw-r--r--board/intel/minnowmax/minnowmax.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/intel/minnowmax/minnowmax.c b/board/intel/minnowmax/minnowmax.c
index c4f2c33b87..44e5bf4bed 100644
--- a/board/intel/minnowmax/minnowmax.c
+++ b/board/intel/minnowmax/minnowmax.c
@@ -6,7 +6,6 @@
#include <common.h>
#include <asm/gpio.h>
-#include <netdev.h>
int arch_early_init_r(void)
{
@@ -20,8 +19,3 @@ void setup_pch_gpios(u16 gpiobase, const struct pch_gpio_map *gpio)
{
return;
}
-
-int board_eth_init(bd_t *bis)
-{
- return pci_eth_init(bis);
-}
OpenPOWER on IntegriCloud