[U-Boot] [PATCH 2/2] mcx: add Ethernet over USB

Stefano Babic sbabic at denx.de
Sun Jul 26 14:32:40 CEST 2015


Signed-off-by: Stefano Babic <sbabic at denx.de>
---
 include/configs/mcx.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/configs/mcx.h b/include/configs/mcx.h
index d8766b9..e17157e 100644
--- a/include/configs/mcx.h
+++ b/include/configs/mcx.h
@@ -111,6 +111,9 @@
 #define CONFIG_USB_ULPI_VIEWPORT_OMAP
 #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO	57
 #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3
+#define	CONFIG_USB_HOST_ETHER
+#define	CONFIG_USB_ETHER_ASIX
+#define CONFIG_USB_ETHER_MCS7830
 
 /* commands to include */
 #define CONFIG_CMD_EXT2		/* EXT2 Support			*/
-- 
1.9.1



More information about the U-Boot mailing list