diff options
author | Simon Glass <sjg@chromium.org> | 2018-09-14 04:57:26 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-09-29 11:49:32 -0600 |
commit | 83d73c2f7c471c1a7e5a9a2bf0de287491408b2d (patch) | |
tree | 0f97947d81d656fc25afe2714e2938a6451459cf /.travis.yml | |
parent | 04187a845c86215da0e3ad680cdcf2fc7515b99a (diff) | |
download | u-boot-83d73c2f7c471c1a7e5a9a2bf0de287491408b2d.tar.gz |
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>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ea3b20e063..2b759c9d68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ addons: - wget - device-tree-compiler - lzop + - liblz4-tool before_install: - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y |