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

2013-05-05 Thread Stefano Babic
On 21/04/2013 17:52, 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: Albert ARIBAUD > Cc: Benoît Thébaudeau > Cc: Fabi

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

2013-04-21 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: Albert ARIBAUD Cc: Benoît Thébaudeau Cc: Fabio Estevam Cc: Scott Wood Cc: Stefano Babic Cc: Tom Ri