commit | 3237bc66354fbfb2b09fe56082397d7542f2c81f | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Sep 29 14:32:44 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 08 16:19:56 2017 -0400 |
tree | cce6e156218bec676a17d7e2f4787499ebccdd8c | |
parent | 13c1f3a7ce73e9aa5df0b447608ec8ce61c00544 [diff] |
cmd: Make CMD_LZMA / CMD_UNZIP default y if CMD_BOOTI In the Linux Kernel on ARM64, the Image.COMPRESSION file is not self-extracting in the way that x86 and ARM images are. So when CMD_BOOTI is enabled we should also default to enabling CMD_UNZIP and CONFIG_LZMA in order for the user to be able to decompress many of the common compressions that will be done to an Image file. Signed-off-by: Tom Rini <trini@konsulko.com>