]> git.ipfire.org Git - people/ms/u-boot.git/commit
cmd: Make CMD_LZMA / CMD_UNZIP default y if CMD_BOOTI
authorTom Rini <trini@konsulko.com>
Fri, 29 Sep 2017 18:32:44 +0000 (14:32 -0400)
committerTom Rini <trini@konsulko.com>
Sun, 8 Oct 2017 20:19:56 +0000 (16:19 -0400)
commit99e46dfc6a9176f6f0680c9dfdf33c97d56336ce
treecce6e156218bec676a17d7e2f4787499ebccdd8c
parent610eec7f0593574c034054ba54fc1c934755e208
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>
cmd/Kconfig