binman: Store image fdtmap when loading from a file
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:23:40 +0000 (12:23 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:05 +0000 (09:38 -0600)
commit589d8f917e718f702142d1fdba51723d45237b44
tree0239e6d0adb0965ac7bef1b51ca96e1c5879c243
parente44bc831e262c2ca7f307ad12074c2eb9adab615
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>
tools/binman/image.py