imx: ventana: add i210 support

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
Tim Harvey 2015-04-08 12:54:32 -07:00 committed by Stefano Babic
parent 306568d35a
commit 0a6ee033d7
2 changed files with 5 additions and 0 deletions

View File

@ -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);

View File

@ -174,6 +174,7 @@
/* Ethernet support */
#define CONFIG_FEC_MXC
#define CONFIG_E1000
#define CONFIG_MII
#define IMX_FEC_BASE ENET_BASE_ADDR
#define CONFIG_FEC_XCV_TYPE RGMII