mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
mx6sabre: Do not enable UMS with SPL
Since commit ad8aae82b2
("mx6sabre: Enable User Mass Storage") SPL target
does not boot anymore due to the increased spl image size.
Only enable USB Mass Storage for the non-SPL target.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
ed914302c7
commit
d5eb6dcf44
1 changed files with 2 additions and 0 deletions
|
@ -276,6 +276,7 @@
|
||||||
#define CONFIG_IMX_HDMI
|
#define CONFIG_IMX_HDMI
|
||||||
#define CONFIG_IMX_VIDEO_SKIP
|
#define CONFIG_IMX_VIDEO_SKIP
|
||||||
|
|
||||||
|
#ifndef CONFIG_SPL
|
||||||
#define CONFIG_CI_UDC
|
#define CONFIG_CI_UDC
|
||||||
#define CONFIG_USBD_HS
|
#define CONFIG_USBD_HS
|
||||||
#define CONFIG_USB_GADGET_DUALSPEED
|
#define CONFIG_USB_GADGET_DUALSPEED
|
||||||
|
@ -289,5 +290,6 @@
|
||||||
#define CONFIG_G_DNL_VENDOR_NUM 0x0525
|
#define CONFIG_G_DNL_VENDOR_NUM 0x0525
|
||||||
#define CONFIG_G_DNL_PRODUCT_NUM 0xa4a5
|
#define CONFIG_G_DNL_PRODUCT_NUM 0xa4a5
|
||||||
#define CONFIG_G_DNL_MANUFACTURER "FSL"
|
#define CONFIG_G_DNL_MANUFACTURER "FSL"
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* __MX6QSABRE_COMMON_CONFIG_H */
|
#endif /* __MX6QSABRE_COMMON_CONFIG_H */
|
||||||
|
|
Loading…
Add table
Reference in a new issue