summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-02-24 19:59:54 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:04:41 +0800
commitbd0a20f22a1fa285573f23db2dc2ac1f2b07acc5 (patch)
tree2b2d0df2e86a7dfc30a35de792be5923b8d115fb /include
parentc5d9b7e09119bdabf3defc53a45a7945d0f42f5b (diff)
downloadu-boot-imx-bd0a20f22a1fa285573f23db2dc2ac1f2b07acc5.zip
u-boot-imx-bd0a20f22a1fa285573f23db2dc2ac1f2b07acc5.tar.gz
u-boot-imx-bd0a20f22a1fa285573f23db2dc2ac1f2b07acc5.tar.bz2
MLK-12436-13: mx6ulevk: Add usb ethernet
Align with imx_v2016.03. Add usb ethernet support, since there is no FEC on this i.MX6UL Signed-off-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 9811e3db89f535e54ae10a10caa660f8e6036270)
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6ul_14x14_evk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h
index 9eae349..f56783e 100644
--- a/include/configs/mx6ul_14x14_evk.h
+++ b/include/configs/mx6ul_14x14_evk.h
@@ -244,6 +244,8 @@
#define CONFIG_USB_EHCI
#define CONFIG_USB_EHCI_MX6
#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
+#define CONFIG_USB_HOST_ETHER
+#define CONFIG_USB_ETHER_ASIX
#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
#define CONFIG_MXC_USB_FLAGS 0
#define CONFIG_USB_MAX_CONTROLLER_COUNT 2