summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_beagle.h
diff options
context:
space:
mode:
authorIlya Yanok <ilya.yanok@cogentembedded.com>2012-11-06 13:48:31 +0000
committerMarek Vasut <marex@denx.de>2012-11-20 00:16:08 +0100
commitc2af345ed5432edeff9b3684af0fffd1e69d32eb (patch)
treee8dfa2198964c34b46568b2b83e3af426b6ca601 /include/configs/omap3_beagle.h
parentc642b151f359a62c764f55694de34d45ad8ad015 (diff)
downloadtalos-obmc-uboot-c2af345ed5432edeff9b3684af0fffd1e69d32eb.tar.gz
talos-obmc-uboot-c2af345ed5432edeff9b3684af0fffd1e69d32eb.zip
omap3_beagle: use new MUSB intstead of the old one
Enable using of new MUSB framework on Beagle. NOTE! This is not just a change of backend code: top-level behavior is also changed, we now use USB device port for USB Ethernet instead of serial. Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
Diffstat (limited to 'include/configs/omap3_beagle.h')
-rw-r--r--include/configs/omap3_beagle.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index ff7d57b7ca..31ffb32332 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -117,17 +117,14 @@
#define CONFIG_SYS_I2C_NOPROBES {{0x0, 0x0}}
/* USB */
-#define CONFIG_MUSB_UDC 1
-#define CONFIG_USB_OMAP3 1
+#define CONFIG_MUSB_GADGET
+#define CONFIG_USB_MUSB_OMAP2PLUS
+#define CONFIG_MUSB_PIO_ONLY
+#define CONFIG_USB_GADGET_DUALSPEED
#define CONFIG_TWL4030_USB 1
#define CONFIG_USB_ETHER
#define CONFIG_USB_ETHER_RNDIS
-/* USB device configuration */
-#define CONFIG_USB_DEVICE 1
-#define CONFIG_USB_TTY 1
-#define CONFIG_SYS_CONSOLE_IS_IN_ENV 1
-
/* USB EHCI */
#define CONFIG_CMD_USB
#define CONFIG_USB_EHCI
OpenPOWER on IntegriCloud