diff options
author | Breno Lima <breno.lima@nxp.com> | 2016-07-22 18:29:30 (GMT) |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-07-28 11:27:20 (GMT) |
commit | 71813dcb56737707d12b697d5158ee96b48d7091 (patch) | |
tree | 6c90547004397ad26a1c65aad44d769884fc9f7c /include | |
parent | ae440ab02d31179a5a4b23e7411fe1baf052e816 (diff) | |
download | u-boot-71813dcb56737707d12b697d5158ee96b48d7091.tar.xz |
warp7: Move some USB configuration options to defconfig
Currently it's recommended to move some configuration options to the
defconfig file.
Move some USB related options to the defconfig file.
Signed-off-by: Breno Lima <breno.lima@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/warp7.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/warp7.h b/include/configs/warp7.h index 4c6e23c..e59b16c 100644 --- a/include/configs/warp7.h +++ b/include/configs/warp7.h @@ -125,18 +125,9 @@ #define CONFIG_IMX_THERMAL -#define CONFIG_CI_UDC #define CONFIG_USBD_HS -#define CONFIG_USB_GADGET_DUALSPEED -#define CONFIG_USB_GADGET #define CONFIG_USB_FUNCTION_MASS_STORAGE -#define CONFIG_USB_GADGET_DOWNLOAD -#define CONFIG_USB_GADGET_VBUS_DRAW 2 - -#define CONFIG_G_DNL_VENDOR_NUM 0x0525 -#define CONFIG_G_DNL_PRODUCT_NUM 0xa4a5 -#define CONFIG_G_DNL_MANUFACTURER "FSL" /* USB Device Firmware Update support */ #define CONFIG_USB_FUNCTION_DFU |