Re: [U-Boot] [RESEND PATCH 2/2] rockchip: add usb mass storage feature support for rk3288

2016-08-03 Thread Simon Glass
On 3 August 2016 at 20:27, Simon Glass  wrote:
> On 2 August 2016 at 21:55, Ziyuan Xu  wrote:
>> Enable ums feature for rk3288 boards, so that we can mount the mmc
>> device to PC.
>>
>> Signed-off-by: Ziyuan Xu 
>> ---
>>
>>  include/configs/rk3288_common.h | 4 
>>  1 file changed, 4 insertions(+)
>>
>> diff --git a/include/configs/rk3288_common.h 
>> b/include/configs/rk3288_common.h
>> index fa37335..d3d4c68 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   0x0800
>>
>> +/* 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_NUM0x2207
>> --
>> 2.9.2
>>
>>
>
> Acked-by: Simon Glass 

Applied to u-boot-rockchip, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [RESEND PATCH 2/2] rockchip: add usb mass storage feature support for rk3288

2016-08-03 Thread Simon Glass
On 2 August 2016 at 21:55, Ziyuan Xu  wrote:
> Enable ums feature for rk3288 boards, so that we can mount the mmc
> device to PC.
>
> Signed-off-by: Ziyuan Xu 
> ---
>
>  include/configs/rk3288_common.h | 4 
>  1 file changed, 4 insertions(+)
>
> diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h
> index fa37335..d3d4c68 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   0x0800
>
> +/* 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_NUM0x2207
> --
> 2.9.2
>
>

Acked-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [RESEND PATCH 2/2] rockchip: add usb mass storage feature support for rk3288

2016-08-02 Thread Ziyuan Xu
Enable ums feature for rk3288 boards, so that we can mount the mmc
device to PC.

Signed-off-by: Ziyuan Xu 
---

 include/configs/rk3288_common.h | 4 
 1 file changed, 4 insertions(+)

diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h
index fa37335..d3d4c68 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   0x0800
 
+/* 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_NUM0x2207
-- 
2.9.2


___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot