diff options
| author | Heiko Schocher <[email protected]> | 2014-09-10 08:55:01 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2014-10-06 14:50:43 +0200 |
| commit | ece91016c46b9945485b41f50589ea92f1f04ce1 (patch) | |
| tree | 5db3780377233d1bb406adc02ed212b3572c02d1 /include | |
| parent | 9f3b8ed14cef1e277f1362f121e16975bba2026f (diff) | |
arm: am335x: siemens board use in DFU mode fullspeed only
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]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/siemens-am33x-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h index bf9752f8742..1ce0965912b 100644 --- a/include/configs/siemens-am33x-common.h +++ b/include/configs/siemens-am33x-common.h @@ -231,7 +231,7 @@ #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 |
