Re: [U-Boot] [Resend PATCH] tools: imximage: use 'new style' header length for imximage v1

2016-10-30 Thread Martin Kaiser
Thus wrote Martin Kaiser (li...@kaiser.cx): > Resending this patch after one month of silence. Is there anything I can do to > get this reviewed? My tests haven't shown any problems so far. I just saw that the patch doesn't apply to master any more. I'll check this and send an updated version. S

[U-Boot] [Resend PATCH] tools: imximage: use 'new style' header length for imximage v1

2016-10-30 Thread Martin Kaiser
From: Martin Kaiser We can use the same mechanism for the imximage v1 header length calculations that we're using for v2. Doing so, we can share more code between v1 and v2. Additionally, *header_size_ptr in imximage_set_header() will then have the correct value for both v1 and v2. Signed-off-b