]> Git Repo - u-boot.git/commitdiff
arm: am335x: siemens board use in DFU mode fullspeed only
authorHeiko Schocher <[email protected]>
Wed, 10 Sep 2014 06:55:01 +0000 (08:55 +0200)
committerMarek Vasut <[email protected]>
Mon, 6 Oct 2014 12:50:43 +0000 (14:50 +0200)
Siemens boards are now using DFU in fullspeed only. For
this CONFIG_USB_GADGET_DUALSPEED is undefined.

Signed-off-by: Heiko Schocher <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Lukasz Majewski <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Liu Bin <[email protected]>
Cc: Lukas Stockmann <[email protected]>
include/configs/siemens-am33x-common.h

index bf9752f874249d485a032f1b21a680bb8d89fe25..1ce0965912b174f7ff1e0851f5524262d2464aec 100644 (file)
 #define CONFIG_MUSB_GADGET
 #define CONFIG_MUSB_PIO_ONLY
 #define CONFIG_MUSB_DISABLE_BULK_COMBINE_SPLIT
-#define CONFIG_USB_GADGET_DUALSPEED
+#undef CONFIG_USB_GADGET_DUALSPEED
 #define CONFIG_USB_GADGET_VBUS_DRAW    2
 #define CONFIG_MUSB_HOST
 
This page took 0.037647 seconds and 4 git commands to generate.