[U-Boot] [PATCH 1/2] warp: Add User Mass Storage support

2015-02-25 Thread Fabio Estevam
With UMS support we are able to flash the eMMC from U-boot, which is very convenient. Add UMS support to make the eMMC flashing process easier. Signed-off-by: Fabio Estevam --- board/warp/warp.c | 6 ++ include/configs/warp.h | 26 ++ 2 files changed, 32 inser

Re: [U-Boot] [PATCH 1/2] warp: Add User Mass Storage support

2015-02-25 Thread Otavio Salvador
On Wed, Feb 25, 2015 at 9:55 AM, Fabio Estevam wrote: > With UMS support we are able to flash the eMMC from U-boot, which is very > convenient. > > Add UMS support to make the eMMC flashing process easier. > > Signed-off-by: Fabio Estevam Acked-by: Otavio Salvador -- Otavio Salvador

Re: [U-Boot] [PATCH 1/2] warp: Add User Mass Storage support

2015-02-27 Thread Stefano Babic
Hi Fabio, On 25/02/2015 13:55, Fabio Estevam wrote: > With UMS support we are able to flash the eMMC from U-boot, which is very > convenient. > > Add UMS support to make the eMMC flashing process easier. > Maybe you want to say USB and not UMS, is it ? > Signed-off-by: Fabio Estevam > --- >

Re: [U-Boot] [PATCH 1/2] warp: Add User Mass Storage support

2015-02-27 Thread Stefano Babic
On 27/02/2015 09:37, Stefano Babic wrote: > Hi Fabio, > > On 25/02/2015 13:55, Fabio Estevam wrote: >> With UMS support we are able to flash the eMMC from U-boot, which is very >> convenient. >> >> Add UMS support to make the eMMC flashing process easier. >> > > Maybe you want to say USB and not

Re: [U-Boot] [PATCH 1/2] warp: Add User Mass Storage support

2015-02-27 Thread Soeren Moch
[sorry, this was the wrong subject text] >Hi Fabio, > >On 25/02/2015 13:55, Fabio Estevam wrote: >>With UMS support we are able to flash the eMMC from U-boot, which is very >>convenient. >> >>Add UMS support to make the eMMC flashing process easier. >> > >Maybe you want to say USB and not UMS,