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

2016-09-23 Thread Simon Glass
On 8 September 2016 at 20:59, 陈豪 wrote: > Hi, > > > 2016-09-06 9:03 GMT+08:00 Simon Glass : >> On 29 August 2016 at 11:26, Jacob Chen wrote: >>> From: "jacob2.chen" >>> >>> Enable ums feature for

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

2016-09-08 Thread 陈豪
Hi, 2016-09-06 9:03 GMT+08:00 Simon Glass : > On 29 August 2016 at 11:26, Jacob Chen wrote: >> From: "jacob2.chen" >> >> Enable ums feature for rk3036 boards, so that we can mount the mmc >> device to PC. >> >>

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

2016-09-05 Thread Simon Glass
On 29 August 2016 at 11:26, Jacob Chen wrote: > From: "jacob2.chen" > > Enable ums feature for rk3036 boards, so that we can mount the mmc > device to PC. > > Signed-off-by: jacob2.chen > --- > >

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

2016-08-29 Thread Jacob Chen
From: "jacob2.chen" Enable ums feature for rk3036 boards, so that we can mount the mmc device to PC. Signed-off-by: jacob2.chen --- include/configs/rk3036_common.h | 4 1 file changed, 4 insertions(+) diff --git