Re: [PATCH v2 1/8] imx-image: Correctly fill image size in prepended header

2015-05-04 Thread Sascha Hauer
It seems you only resent the patches from this series you actually changed. Could you resent *all* patches again next time? Sascha On Sun, May 03, 2015 at 02:55:22PM -0700, Andrey Smirnov wrote: > If called with '-b' option 'imx-image' tool prepends barebox header to > the image, but the tool doe

Re: [PATCH v2 1/8] imx-image: Correctly fill image size in prepended header

2015-05-03 Thread Marc Kleine-Budde
On 05/04/2015 12:24 AM, Andrey Smirnov wrote: [...] >> > @@ -178,8 +183,11 @@ static int add_header_v2(void *buf, int offset, > uint32_t loadaddr, uint32_t imag >> > struct imx_flash_header_v2 *hdr; >> > int dcdsize = curdcd * sizeof(uint32_t); >> > >> > - if (add_barebox_header) >>

Re: [PATCH v2 1/8] imx-image: Correctly fill image size in prepended header

2015-05-03 Thread Marc Kleine-Budde
On 05/03/2015 11:55 PM, Andrey Smirnov wrote: > If called with '-b' option 'imx-image' tool prepends barebox header to > the image, but the tool does not fill the data at image size offset > correctly. Fix that. > > Signed-off-by: Andrey Smirnov > --- > > This patch supercedes the one sent earli

[PATCH v2 1/8] imx-image: Correctly fill image size in prepended header

2015-05-03 Thread Andrey Smirnov
If called with '-b' option 'imx-image' tool prepends barebox header to the image, but the tool does not fill the data at image size offset correctly. Fix that. Signed-off-by: Andrey Smirnov --- This patch supercedes the one sent earlier titled: "[PATCH 1/8] Makefile.lib: Fix i.MX image size aft