binman: Allow device-tree entries to be compressed
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 20:25:38 +0000 (14:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 19:54:08 +0000 (12:54 -0700)
commit6c223fda1e624e1e382fcb029e9d60f441444d2e
tree46a0b79c43dc8d559bf4f5db3847704b6bdcc65c
parentc52c9e7da809e36001d125891e594c4740235055
binman: Allow device-tree entries to be compressed

At present the logic skips the blob class' handling of compression, so
this is not supported with device tree entries. Fix this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/blob.py
tools/binman/etype/blob_dtb.py
tools/binman/ftest.py
tools/binman/test/124_compress_dtb.dts [new file with mode: 0644]