binman: Support compressed entries
Add support for compressing blob entries. This can help reduce image sizes for many types of data. It requires that the firmware be able to decompress the data at run-time. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
11
tools/binman/test/83_compress.dts
Normal file
11
tools/binman/test/83_compress.dts
Normal file
@@ -0,0 +1,11 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/dts-v1/;
|
||||
|
||||
/ {
|
||||
binman {
|
||||
blob {
|
||||
filename = "compress";
|
||||
compress = "lz4";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user