summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLukasz Majewski <[email protected]>2013-03-05 12:10:18 +0100
committerMarek Vasut <[email protected]>2013-03-18 18:58:53 +0100
commit83301b4f8bfac09f7e13bd38613e1a223bf8b1df (patch)
tree8693af726415d8686b31f094ebc3567950ed9c7a /include
parentb528f71394038e593a116bd70f6409fabd147ea6 (diff)
arm:trats: Use new ums command
This patch enables new "ums" command on Trats board Signed-off-by: Lukasz Majewski <[email protected]> Signed-off-by: Piotr Wilczek <[email protected]> Signed-off-by: Kyungmin Park <[email protected]> CC: Minkyu Kang <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/trats.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/trats.h b/include/configs/trats.h
index 63745ac8f1c..31d81901bcd 100644
--- a/include/configs/trats.h
+++ b/include/configs/trats.h
@@ -316,4 +316,9 @@
#define CONFIG_VIDEO_BMP_GZIP
#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE ((500 * 120 * 4) + (1 << 12))
+#define CONFIG_CMD_USB_MASS_STORAGE
+#if defined(CONFIG_CMD_USB_MASS_STORAGE)
+#define CONFIG_USB_GADGET_MASS_STORAGE
+#endif
+
#endif /* __CONFIG_H */