summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-03-09 18:44:39 -0300
committerStefano Babic <sbabic@denx.de>2015-03-13 13:46:51 +0100
commitd5eb6dcf44f5c889dd80c81cf3b06385a27f8baf (patch)
treee51550d126fa5c858e326020633ea11a85381ed3 /include/configs
parented914302c7fc3bed1cf40bac584f9f6c8b49dc8b (diff)
downloadtalos-obmc-uboot-d5eb6dcf44f5c889dd80c81cf3b06385a27f8baf.tar.gz
talos-obmc-uboot-d5eb6dcf44f5c889dd80c81cf3b06385a27f8baf.zip
mx6sabre: Do not enable UMS with SPL
Since commit ad8aae82b20ac6a ("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>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx6sabre_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h
index cbd9a6cd15..b72522bf52 100644
--- a/include/configs/mx6sabre_common.h
+++ b/include/configs/mx6sabre_common.h
@@ -276,6 +276,7 @@
#define CONFIG_IMX_HDMI
#define CONFIG_IMX_VIDEO_SKIP
+#ifndef CONFIG_SPL
#define CONFIG_CI_UDC
#define CONFIG_USBD_HS
#define CONFIG_USB_GADGET_DUALSPEED
@@ -289,5 +290,6 @@
#define CONFIG_G_DNL_VENDOR_NUM 0x0525
#define CONFIG_G_DNL_PRODUCT_NUM 0xa4a5
#define CONFIG_G_DNL_MANUFACTURER "FSL"
+#endif
#endif /* __MX6QSABRE_COMMON_CONFIG_H */
OpenPOWER on IntegriCloud