]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
imx: ventana: add i210 support
authorTim Harvey <tharvey@gateworks.com>
Wed, 8 Apr 2015 19:54:32 +0000 (12:54 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:42:48 +0000 (14:42 +0200)
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
board/gateworks/gw_ventana/gw_ventana.c
include/configs/gw_ventana.h

index bb08cd272ef28b439326c3c63499f87a58788e8e..303b13a0f89cfa22dd25948a3ef98b614a85e7f4 100644 (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);
index e769e2771901298bf3f559d9a8857366ee830f33..c7276c6aac3be265888b57e2018d6df912a6d007 100644 (file)
 
 /* 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