From 83301b4f8bfac09f7e13bd38613e1a223bf8b1df Mon Sep 17 00:00:00 2001 From: Lukasz Majewski Date: Tue, 5 Mar 2013 12:10:18 +0100 Subject: arm:trats: Use new ums command This patch enables new "ums" command on Trats board Signed-off-by: Lukasz Majewski Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- include/configs/trats.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/configs/trats.h b/include/configs/trats.h index 63745ac8f1..31d81901bc 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 */ -- cgit v1.2.1