[PATCH 3/7] binman: Don't reset offset/size if image doesn't allow repacking

2022-03-27 Thread Alper Nebi Yasak
When an image has the 'allow-repack' property, binman includes the original offset and size properties from the image description in the fdtmap. These are later used as the packing constraints when replacing entries in an image, so other unconstrained entries can be freely positioned. Replacing an

Re: [PATCH 3/7] binman: Don't reset offset/size if image doesn't allow repacking

2022-04-19 Thread Simon Glass
On Sun, 27 Mar 2022 at 09:32, Alper Nebi Yasak wrote: > > When an image has the 'allow-repack' property, binman includes the > original offset and size properties from the image description in the > fdtmap. These are later used as the packing constraints when replacing > entries in an image, so ot