configs: ipq807x: enable the LZMA decompressor

Linux-5.4 images are compressed with LZMA. So enable the decompressor
support for the same.

Signed-off-by: Kathiravan T <kathirav@codeaurora.org>
Change-Id: I537c238fbab182e78e307ecb95bd47c0c9f9e8f5
This commit is contained in:
Kathiravan T 2020-09-30 10:14:09 +05:30
parent d0a7c9bed8
commit a02eee0405
2 changed files with 3 additions and 1 deletions

View file

@ -312,5 +312,6 @@ CONFIG_SYS_HZ=1000
# Compression Support # Compression Support
# #
# CONFIG_LZ4 is not set # CONFIG_LZ4 is not set
CONFIG_LZMA=y
# CONFIG_ERRNO_STR is not set # CONFIG_ERRNO_STR is not set
# CONFIG_UNIT_TEST is not set # CONFIG_UNIT_TEST is not set

View file

@ -312,6 +312,7 @@ CONFIG_SYS_HZ=1000
# Compression Support # Compression Support
# #
# CONFIG_LZ4 is not set # CONFIG_LZ4 is not set
CONFIG_LZMA=y
# CONFIG_ERRNO_STR is not set # CONFIG_ERRNO_STR is not set
# CONFIG_UNIT_TEST is not set # CONFIG_UNIT_TEST is not set
CONFIG_HAS_THUMB2=y CONFIG_HAS_THUMB2=y