commit | 589d8f917e718f702142d1fdba51723d45237b44 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 20 12:23:40 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 29 09:38:05 2019 -0600 |
tree | 0239e6d0adb0965ac7bef1b51ca96e1c5879c243 | |
parent | e44bc831e262c2ca7f307ad12074c2eb9adab615 [diff] |
binman: Store image fdtmap when loading from a file This data provides all the information about the position and size of each entry. Store it for later use when loading an image. It can be reused as is if the image is modified without changing offsets/sizes. Signed-off-by: Simon Glass <sjg@chromium.org>