diff options
author | Tim Harvey <tharvey@gateworks.com> | 2015-04-08 12:54:32 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-04-22 14:39:06 +0200 |
commit | 0a6ee033d7a7304eef78338a349684942a8b654e (patch) | |
tree | d3f9df1fe13f3d8021be549d406f1c223df22442 /include/configs/gw_ventana.h | |
parent | 306568d35a090bbcb6ad58f0fa6be4ec720666b5 (diff) |
imx: ventana: add i210 support
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'include/configs/gw_ventana.h')
-rw-r--r-- | include/configs/gw_ventana.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index e60173f7704..76da53213c8 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -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 |