summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2015-04-08 12:54:32 -0700
committerStefano Babic <sbabic@denx.de>2015-04-22 14:39:06 +0200
commit0a6ee033d7a7304eef78338a349684942a8b654e (patch)
treed3f9df1fe13f3d8021be549d406f1c223df22442 /board
parent306568d35a090bbcb6ad58f0fa6be4ec720666b5 (diff)
downloadblackbird-obmc-uboot-0a6ee033d7a7304eef78338a349684942a8b654e.tar.gz
blackbird-obmc-uboot-0a6ee033d7a7304eef78338a349684942a8b654e.zip
imx: ventana: add i210 support
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'board')
-rw-r--r--board/gateworks/gw_ventana/gw_ventana.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/gateworks/gw_ventana/gw_ventana.c b/board/gateworks/gw_ventana/gw_ventana.c
index bb08cd272e..303b13a0f8 100644
--- a/board/gateworks/gw_ventana/gw_ventana.c
+++ b/board/gateworks/gw_ventana/gw_ventana.c
@@ -404,6 +404,10 @@ int board_eth_init(bd_t *bis)
cpu_eth_init(bis);
#endif
+#ifdef CONFIG_E1000
+ e1000_initialize(bis);
+#endif
+
#ifdef CONFIG_CI_UDC
/* For otg ethernet*/
usb_eth_initialize(bis);
OpenPOWER on IntegriCloud