Re: [U-Boot] [PATCH] mx28evk: add trimffs to nand command

2013-04-09 Thread Otavio Salvador
On Mon, Apr 8, 2013 at 3:59 PM, Eric Bénard wrote: > this is usefull when writing an UBI image which contains > and UBIFS volume (check README.nand and UBI FAQ for more details) > > Signed-off-by: Eric Bénard Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems

Re: [U-Boot] [PATCH] mx28evk: add trimffs to nand command

2013-04-09 Thread Fabio Estevam
Eric Bénard wrote: > this is usefull when writing an UBI image which contains > and UBIFS volume (check README.nand and UBI FAQ for more details) > > Signed-off-by: Eric Bénard > --- > include/configs/mx28evk.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/mx28evk.h b

Re: [U-Boot] [PATCH] mx28evk: add trimffs to nand command

2013-04-09 Thread Eric Bénard
Hi Fabio, Le Tue, 9 Apr 2013 15:02:44 -0300, Fabio Estevam a écrit : > Eric Bénard wrote: > > this is usefull when writing an UBI image which contains > > and UBIFS volume (check README.nand and UBI FAQ for more details) > > > > Signed-off-by: Eric Bénard > > --- > > include/configs/mx28evk.h

Re: [U-Boot] [PATCH] mx28evk: add trimffs to nand command

2013-04-09 Thread Fabio Estevam
Hi Eric, On Tue, Apr 9, 2013 at 4:21 PM, Eric Bénard wrote: > > that's the second time you ask this but mx28evk_nand.h doesn't exist, > even in u-boot-imx tree, and you are the developer who added nand > support to mx28evk in commit > ab461be65dbfe3e2fa45f7cd836faa99663be5bb ;-) Right, mx28_evk.

Re: [U-Boot] [PATCH] mx28evk: add trimffs to nand command

2013-04-16 Thread Stefano Babic
On 08/04/2013 20:59, Eric Bénard wrote: > this is usefull when writing an UBI image which contains > and UBIFS volume (check README.nand and UBI FAQ for more details) > > Signed-off-by: Eric Bénard > --- Applied to u-boot-imx, -next branch, thanks. Best regards, Stefano Babic --