commit | 472884d12fff96151eb93572e999b20f02577550 | [log] [tgz] |
---|---|---|
author | Tim Harvey <tharvey@gateworks.com> | Wed Apr 08 12:54:32 2015 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Wed Apr 22 14:39:06 2015 +0200 |
tree | d3f9df1fe13f3d8021be549d406f1c223df22442 | |
parent | 0fd6de78b4eef3ad069413823c954491c229a287 [diff] [blame] |
imx: ventana: add i210 support Signed-off-by: Tim Harvey <tharvey@gateworks.com>
diff --git a/board/gateworks/gw_ventana/gw_ventana.c b/board/gateworks/gw_ventana/gw_ventana.c index bb08cd2..303b13a 100644 --- a/board/gateworks/gw_ventana/gw_ventana.c +++ b/board/gateworks/gw_ventana/gw_ventana.c
@@ -404,6 +404,10 @@ cpu_eth_init(bis); #endif +#ifdef CONFIG_E1000 + e1000_initialize(bis); +#endif + #ifdef CONFIG_CI_UDC /* For otg ethernet*/ usb_eth_initialize(bis);