Re: [U-Boot] [PATCH V4 08/11] imximage: enable word writes for version2 header

2012-12-04 Thread Stefano Babic
On 28/11/2012 21:40, Troy Kisky wrote: > On 11/28/2012 2:39 AM, Wolfgang Denk wrote: >> Dear Troy Kisky, >> >> In message >> <1354066303-29762-9-git-send-email-troy.ki...@boundarydevices.com> you >> wrote: >>> Before, only 1 write_dcd_command table was built. >>> Now, a new table is built when the

Re: [U-Boot] [PATCH V4 08/11] imximage: enable word writes for version2 header

2012-11-28 Thread Troy Kisky
On 11/28/2012 2:39 AM, Wolfgang Denk wrote: Dear Troy Kisky, In message <1354066303-29762-9-git-send-email-troy.ki...@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

Re: [U-Boot] [PATCH V4 08/11] imximage: enable word writes for version2 header

2012-11-28 Thread Liu Hui-R64343
>-Original Message- >From: Troy Kisky [mailto:troy.ki...@boundarydevices.com] >Sent: Wednesday, November 28, 2012 9:32 AM >To: sba...@denx.de >Cc: dirk.be...@googlemail.com; u-boot@lists.denx.de; Liu Hui-R64343; >feste...@gmail.com; Troy Kisky >Subject: [PATCH V4 08/11] imximage: enable wor

Re: [U-Boot] [PATCH V4 08/11] imximage: enable word writes for version2 header

2012-11-28 Thread Wolfgang Denk
Dear Troy Kisky, In message <1354066303-29762-9-git-send-email-troy.ki...@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. Be

[U-Boot] [PATCH V4 08/11] imximage: enable word writes for version2 header

2012-11-27 Thread Troy Kisky
Before, only 1 write_dcd_command table was built. Now, a new table is built when the size changes. Signed-off-by: Troy Kisky --- v3: moved static variables together --- tools/imximage.c | 143 ++ tools/imximage.h | 18 +++ 2 files chang