From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Kisky Date: Wed, 28 Nov 2012 13:40:34 -0700 Subject: [U-Boot] [PATCH V4 08/11] imximage: enable word writes for version2 header In-Reply-To: <20121128093920.381B720104E@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-9-git-send-email-troy.kisky@boundarydevices.com> <20121128093920.381B720104E@gemini.denx.de> Message-ID: <50B676C2.6070904@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:39 AM, Wolfgang Denk wrote: > Dear Troy Kisky, > > In message <1354066303-29762-9-git-send-email-troy.kisky@boundarydevices.com> you wrote: >> Before, only 1 write_dcd_command table was built. >> Now, a new table is built when the size changes. > I cannot see how the Subject: and the actual commit message (and code) > are related. > > Best regards, > > Wolfgang Denk > How about this for the commit message Before, only 1 write_dcd_command table was built. Now, a new table is built when the size changes. i.e. before this patch, the sequence DATA 4 0x83FD9014 0x00000000 DATA 2 0x83FC8000 0x00fe was only valid for Version 1 headers, now it is valid for Version 2 headers as well. Parameters were changed for set_dcd_val_t to accomplish this. So, set_dcd_val_v1 for version 1 was also slightly modified. But no new functionality was added for version 1. No current config files use this functionality, but this patch removes more lines than it adds. _________________________________________________________