From: Xu Ziyuan Date: Wed, 3 Aug 2016 03:55:06 +0000 (+0800) Subject: rockchip: add usb mass storage feature support for rk3288 X-Git-Tag: v2016.09-rc2~95^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b9f9339b7e69b7f81b3b57dcf7f1b51a0bf4a7e2;p=u-boot rockchip: add usb mass storage feature support for rk3288 Enable ums feature for rk3288 boards, so that we can mount the mmc device to PC. Signed-off-by: Ziyuan Xu Acked-by: Simon Glass --- diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h index fa37335b8b..d3d4c680e9 100644 --- a/include/configs/rk3288_common.h +++ b/include/configs/rk3288_common.h @@ -96,6 +96,10 @@ #define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR #define CONFIG_FASTBOOT_BUF_SIZE 0x08000000 +/* usb mass storage */ +#define CONFIG_USB_FUNCTION_MASS_STORAGE +#define CONFIG_CMD_USB_MASS_STORAGE + #define CONFIG_USB_GADGET_DOWNLOAD #define CONFIG_G_DNL_MANUFACTURER "Rockchip" #define CONFIG_G_DNL_VENDOR_NUM 0x2207