diff options
author | Heiko Schocher <hs@denx.de> | 2014-09-10 08:55:01 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2014-10-06 14:50:43 +0200 |
commit | ece91016c46b9945485b41f50589ea92f1f04ce1 (patch) | |
tree | 5db3780377233d1bb406adc02ed212b3572c02d1 /include/configs/siemens-am33x-common.h | |
parent | 9f3b8ed14cef1e277f1362f121e16975bba2026f (diff) | |
download | u-boot-imx-ece91016c46b9945485b41f50589ea92f1f04ce1.zip u-boot-imx-ece91016c46b9945485b41f50589ea92f1f04ce1.tar.gz u-boot-imx-ece91016c46b9945485b41f50589ea92f1f04ce1.tar.bz2 |
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 <hs@denx.de>
Cc: Tom Rini <trini@ti.com>
Cc: Lukasz Majewski <l.majewski@samsung.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Liu Bin <b-liu@ti.com>
Cc: Lukas Stockmann <lukas.stockmann@siemens.com>
Diffstat (limited to 'include/configs/siemens-am33x-common.h')
-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 bf9752f..1ce0965 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 |