From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Kisky Date: Wed, 28 Nov 2012 11:26:38 -0700 Subject: [U-Boot] [PATCH V4 01/11] imximage: mx53 needs transfer length a multiple of 512 In-Reply-To: <20121128092758.D8E4F20104E@gemini.denx.de> References: <1349315254-21151-9-git-send-email-troy.kisky@boundarydevices.com> <1354066303-29762-1-git-send-email-troy.kisky@boundarydevices.com> <1354066303-29762-2-git-send-email-troy.kisky@boundarydevices.com> <20121128092758.D8E4F20104E@gemini.denx.de> Message-ID: <50B6575E.9080304@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 11/28/2012 2:27 AM, Wolfgang Denk wrote: > Dear Troy Kisky, > > In message <1354066303-29762-2-git-send-email-troy.kisky@boundarydevices.com> you wrote: >> The mx53 ROM will truncate the length at a multiple of 512. >> Transferring too much is not a problem, so round up. > What about other SoCs using the same code? > > It would be easy to add a version 2 header test, but that would not distinguish between mx53 and mx6. Should I create a version 2bug header that I can specify in mx53's config file? Thanks Troy