Re: [U-Boot] [RFC][PATCH] mkimage: Add compatibility option for legacy Multi-File images

2010-08-30 Thread Thibaut Girka
gt; This is no real padding, so please don't make it look like it is. Maybe > use "q"(uirk) as an option character and change the description to > indicate that this is not a "forced padding" but a "incorrect additional > 32-bit padding to work around an old bug (se

[U-Boot] [RFC][PATCH] mkimage: Add compatibility option for legacy Multi-File images

2010-08-18 Thread Thibaut Girka
nd at image creation time by adding one byte of junk at the end of the first (and optionnally second) file, if its size is a multiple of 4. It's not really clean, but it shouldn't cause any problem. At least, I haven't encountered any using this patch. Signed-off-by: Thibaut Girka