commit | 12bb1a99c20e9c21a40ad447947c0bc898f390da | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 20 12:23:51 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 29 09:38:06 2019 -0600 |
tree | a2ed011e35cbec3f4d4308f4d04a2d64b4ab7dc3 | |
parent | 10f9d0066b9e9e14327922fa62c2a1b6bea50785 [diff] |
binman: Add info to allow safely repacking an image later At present it is not possible to discover the contraints to repacking an image (e.g. maximum section size) since this information is not preserved from the original image description. Add new 'orig-offset' and 'orig-size' properties to hold this. Add them to the main device tree in the image. Signed-off-by: Simon Glass <sjg@chromium.org>