Re: [U-Boot] [PATCH v2 5/7] tools: add padding of data image file for imximage

2013-08-19 Thread Stefano Babic
Hi Marek, On 13/08/2013 07:10, Marek Vasut wrote: > Dear Stefano Babic, > >> Implement function vrec_header to be able to pad the final >> data image file according the what has been calculated for >> boot_data.length. >> >> Signed-off-by: Stefano Babic >> --- > > [...] > >> +if (!imxhdr)

Re: [U-Boot] [PATCH v2 5/7] tools: add padding of data image file for imximage

2013-08-12 Thread Marek Vasut
Dear Stefano Babic, > Implement function vrec_header to be able to pad the final > data image file according the what has been calculated for > boot_data.length. > > Signed-off-by: Stefano Babic > --- [...] > + if (!imxhdr) { > + fprintf(stderr, "%s: malloc return failure: %s\n

[U-Boot] [PATCH v2 5/7] tools: add padding of data image file for imximage

2013-08-12 Thread Stefano Babic
Implement function vrec_header to be able to pad the final data image file according the what has been calculated for boot_data.length. Signed-off-by: Stefano Babic --- Changes in v2: None tools/imximage.c | 82 -- 1 file changed, 80 inserti