Re: [U-Boot] [PATCH 2/4] imx: Align the imximage header and payload to multiples of 4k

2013-02-25 Thread Benoît Thébaudeau
Dear Marek Vasut, On Monday, February 25, 2013 10:07:49 PM, Marek Vasut wrote: > Dear Benoît Thébaudeau, > > > On Monday, February 25, 2013 7:19:55 PM, Marek Vasut wrote: > > > The MX53 ROM loads the data from NAND in multiples of pages and > > > supports maximum page size of 4k. Thus, align the

Re: [U-Boot] [PATCH 2/4] imx: Align the imximage header and payload to multiples of 4k

2013-02-25 Thread Marek Vasut
Dear Benoît Thébaudeau, > On Monday, February 25, 2013 7:19:55 PM, Marek Vasut wrote: > > The MX53 ROM loads the data from NAND in multiples of pages and > > supports maximum page size of 4k. Thus, align the image and header > > to 4k to be safe from ROM bugs. > > > > Signed-off-by: Marek Vasut

Re: [U-Boot] [PATCH 2/4] imx: Align the imximage header and payload to multiples of 4k

2013-02-25 Thread Benoît Thébaudeau
On Monday, February 25, 2013 7:19:55 PM, Marek Vasut wrote: > The MX53 ROM loads the data from NAND in multiples of pages and > supports maximum page size of 4k. Thus, align the image and header > to 4k to be safe from ROM bugs. > > Signed-off-by: Marek Vasut > Cc: Benoît Thébaudeau > Cc: Fabio

[U-Boot] [PATCH 2/4] imx: Align the imximage header and payload to multiples of 4k

2013-02-25 Thread Marek Vasut
The MX53 ROM loads the data from NAND in multiples of pages and supports maximum page size of 4k. Thus, align the image and header to 4k to be safe from ROM bugs. Signed-off-by: Marek Vasut Cc: Benoît Thébaudeau Cc: Fabio Estevam Cc: Stefano Babic --- tools/imximage.c | 11 +++ tool