Re: [U-Boot] [PATCH 18/53] binman: Store image fdtmap when loading from a file

2019-07-29 Thread sjg
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 --- tools/binman/image.py | 11 ++- 1 file changed,

[U-Boot] [PATCH 18/53] binman: Store image fdtmap when loading from a file

2019-07-20 Thread Simon Glass
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 --- tools/binman/image.py | 11 ++- 1 file changed,