Re: [U-Boot] [PATCH 2/3] tools: mxsboot: Mark the FCB pages as valid

2013-09-15 Thread Marek Vasut
Dear Fabio Estevam, > Hi Marek, > > On Tue, Sep 10, 2013 at 6:33 PM, Marek Vasut wrote: > > Dear Stefano Babic, > > > >> On 27/08/2013 23:32, Marek Vasut wrote: > >> > Without this marker, Linux will complain that the NAND pages with > >> > FCB are invalid. > >> > > >> > Signed-off-by: Marek V

Re: [U-Boot] [PATCH 2/3] tools: mxsboot: Mark the FCB pages as valid

2013-09-15 Thread Fabio Estevam
Hi Marek, On Tue, Sep 10, 2013 at 6:33 PM, Marek Vasut wrote: > Dear Stefano Babic, > >> On 27/08/2013 23:32, Marek Vasut wrote: >> > Without this marker, Linux will complain that the NAND pages with >> > FCB are invalid. >> > >> > Signed-off-by: Marek Vasut >> > Cc: Fabio Estevam >> > Cc: Stef

Re: [U-Boot] [PATCH 2/3] tools: mxsboot: Mark the FCB pages as valid

2013-09-10 Thread Marek Vasut
Dear Stefano Babic, > On 27/08/2013 23:32, Marek Vasut wrote: > > Without this marker, Linux will complain that the NAND pages with > > FCB are invalid. > > > > Signed-off-by: Marek Vasut > > Cc: Fabio Estevam > > Cc: Stefano Babic > > --- > > Applied to u-boot-imx, thanks ! Fabio, can you c

Re: [U-Boot] [PATCH 2/3] tools: mxsboot: Mark the FCB pages as valid

2013-09-10 Thread Stefano Babic
On 27/08/2013 23:32, Marek Vasut wrote: > Without this marker, Linux will complain that the NAND pages with > FCB are invalid. > > Signed-off-by: Marek Vasut > Cc: Fabio Estevam > Cc: Stefano Babic > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ===

[U-Boot] [PATCH 2/3] tools: mxsboot: Mark the FCB pages as valid

2013-08-27 Thread Marek Vasut
Without this marker, Linux will complain that the NAND pages with FCB are invalid. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Stefano Babic --- tools/mxsboot.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tools/mxsboot.c b/tools/mxsboot.c index 1060cbf