
30 Oct
2020
30 Oct
'20
4:34 a.m.
At present this is only used by blobs. To allow it to be used by other entry types (such as sections), move it into the base class.
Also read the compression type in the base class.
Signed-off-by: Simon Glass sjg@chromium.org ---
(no changes since v1)
tools/binman/entry.py | 17 +++++++++++++++++ tools/binman/etype/blob.py | 7 ------- 2 files changed, 17 insertions(+), 7 deletions(-)
Applied to u-boot-dm, thanks!