commit | 282c6e7254ddc4e79d3545b841c091a671d476ce | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Mon Sep 23 12:36:48 2019 -0700 |
committer | Brad Bishop <radsquirrel@gmail.com> | Tue Sep 24 23:56:27 2019 +0000 |
tree | 0b37f194b69b02c5f1813018a6db56a567024ebb | |
parent | 848bfdb10c4d4420a05015b04320a13cf88f631d [diff] |
obmc-bsp-common: Use xz instead of lzma for initrd This is more confusing than anything, our squashfs is compressed with xz (lzma2) and our kernel supports decompressing xz and lzma types of initrds. Just use the same type of compression for all images. Change-Id: I7b0f385d8fa9a3755ea21233f26c106337db5d11 Signed-off-by: William A. Kennington III <wak@google.com>