Re: [U-Boot] [PATCH v2 1/2] mx6sabre: Enable User Mass Storage

2015-02-26 Thread Otavio Salvador
On Thu, Feb 26, 2015 at 1:50 PM, Fabio Estevam wrote: > User Mass Storage is very useful for flashing the on-board eMMC. > > Add support for it. > > Signed-off-by: Fabio Estevam Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems http://www.ossystems.com.br

[U-Boot] [PATCH v2 1/2] mx6sabre: Enable User Mass Storage

2015-02-26 Thread Fabio Estevam
User Mass Storage is very useful for flashing the on-board eMMC. Add support for it. Signed-off-by: Fabio Estevam --- Changes since v1: - Remove EXT2/EXT4 and BOUNCE_BUFFER support include/configs/mx6sabre_common.h | 14 ++ 1 file changed, 14 insertions(+) diff --git a/include/con