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 ma...@denx.de 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 ma...@denx.de Cc: Fabio Estevam

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 ma...@denx.de 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

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 ma...@denx.de Cc: Fabio Estevam fabio.este...@freescale.com Cc: Stefano Babic sba...@denx.de --- Applied to u-boot-imx, thanks ! Best

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 ma...@denx.de Cc: Fabio Estevam fabio.este...@freescale.com Cc: Stefano Babic sba...@denx.de --- Applied to

[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 ma...@denx.de Cc: Fabio Estevam fabio.este...@freescale.com Cc: Stefano Babic sba...@denx.de --- tools/mxsboot.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff