From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Kisky Date: Thu, 18 Oct 2012 11:40:24 -0700 Subject: [U-Boot] [PATCH V3 03/32] imximage: move flash_offset check to common location In-Reply-To: <5072D2D1.4000008@denx.de> References: <1348281558-19520-1-git-send-email-troy.kisky@boundarydevices.com> <1349315254-21151-1-git-send-email-troy.kisky@boundarydevices.com> <1349315254-21151-4-git-send-email-troy.kisky@boundarydevices.com> <5072D2D1.4000008@denx.de> Message-ID: <50804D18.4070405@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/8/2012 6:19 AM, Stefano Babic wrote: > On 04/10/2012 03:47, Troy Kisky wrote: >> Both set_imx_hdr_v1 and set_imx_hdr_v2 perform the >> same check. Move check to before the set_imx_hdr call. >> >> Signed-off-by: Troy Kisky >> >> --- >> v3: split into its own patch >> --- >> tools/imximage.c | 19 +++++-------------- >> 1 file changed, 5 insertions(+), 14 deletions(-) >> > Acked-by: Stefano Babic > > Best regards, > Stefano Babic > > Are you going to apply this(and 1/32, 2/23) now, or should I resend in the next version with your ack? Thanks Troy