diff options
author | Tom Rini <trini@konsulko.com> | 2016-04-20 09:31:58 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-20 09:31:58 -0400 |
commit | eb6b50f631628f48b7e72432ae878e6ff0e306c3 (patch) | |
tree | 40a37edba62f5769156b543ea7a5e9c9377d5a15 /include/configs/colibri_vf.h | |
parent | ec3ab3f9b5c75b5a11f8f6f52951fa8dd45990be (diff) | |
parent | e6c0bc0643e5a4387fecbcf83080d0b796eb067c (diff) | |
download | u-boot-imx-eb6b50f631628f48b7e72432ae878e6ff0e306c3.zip u-boot-imx-eb6b50f631628f48b7e72432ae878e6ff0e306c3.tar.gz u-boot-imx-eb6b50f631628f48b7e72432ae878e6ff0e306c3.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-usb
Conflicts:
configs/bcm28155_ap_defconfig
configs/dra72_evm_defconfig
configs/dra74_evm_defconfig
configs/ma5d4evk_defconfig
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/colibri_vf.h')
-rw-r--r-- | include/configs/colibri_vf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h index 8cf15d2..f79c58a 100644 --- a/include/configs/colibri_vf.h +++ b/include/configs/colibri_vf.h @@ -232,20 +232,13 @@ #define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* USB Client Support */ -#define CONFIG_CI_UDC -#define CONFIG_USB_GADGET_DUALSPEED -#define CONFIG_USB_GADGET_VBUS_DRAW 2 #define CONFIG_TRDX_VID 0x1B67 #define CONFIG_TRDX_PID_COLIBRI_VF50 0x0016 #define CONFIG_TRDX_PID_COLIBRI_VF61 0x0017 #define CONFIG_TRDX_PID_COLIBRI_VF61IT 0x0018 #define CONFIG_TRDX_PID_COLIBRI_VF50IT 0x0019 -#define CONFIG_G_DNL_MANUFACTURER "Toradex" -#define CONFIG_G_DNL_VENDOR_NUM CONFIG_TRDX_VID -#define CONFIG_G_DNL_PRODUCT_NUM CONFIG_TRDX_PID_COLIBRI_VF50 /* USB DFU */ -#define CONFIG_USB_GADGET_DOWNLOAD #define CONFIG_CMD_DFU #define CONFIG_USB_FUNCTION_DFU #define CONFIG_DFU_NAND |