mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 21:51:31 +00:00
mx6sabre: Enable User Mass Storage
User Mass Storage is very useful for flashing the on-board eMMC. Add support for it. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
6628aa57e1
commit
ad8aae82b2
1 changed files with 14 additions and 0 deletions
|
@ -276,4 +276,18 @@
|
||||||
#define CONFIG_IMX_HDMI
|
#define CONFIG_IMX_HDMI
|
||||||
#define CONFIG_IMX_VIDEO_SKIP
|
#define CONFIG_IMX_VIDEO_SKIP
|
||||||
|
|
||||||
|
#define CONFIG_CI_UDC
|
||||||
|
#define CONFIG_USBD_HS
|
||||||
|
#define CONFIG_USB_GADGET_DUALSPEED
|
||||||
|
|
||||||
|
#define CONFIG_USB_GADGET
|
||||||
|
#define CONFIG_CMD_USB_MASS_STORAGE
|
||||||
|
#define CONFIG_USB_GADGET_MASS_STORAGE
|
||||||
|
#define CONFIG_USBDOWNLOAD_GADGET
|
||||||
|
#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"
|
||||||
|
|
||||||
#endif /* __MX6QSABRE_COMMON_CONFIG_H */
|
#endif /* __MX6QSABRE_COMMON_CONFIG_H */
|
||||||
|
|
Loading…
Add table
Reference in a new issue