mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
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:
parent
d0a7c9bed8
commit
a02eee0405
2 changed files with 3 additions and 1 deletions
|
|
@ -312,5 +312,6 @@ CONFIG_SYS_HZ=1000
|
|||
# Compression Support
|
||||
#
|
||||
# CONFIG_LZ4 is not set
|
||||
CONFIG_LZMA=y
|
||||
# CONFIG_ERRNO_STR is not set
|
||||
# CONFIG_UNIT_TEST is not set
|
||||
|
|
|
|||
|
|
@ -312,6 +312,7 @@ CONFIG_SYS_HZ=1000
|
|||
# Compression Support
|
||||
#
|
||||
# CONFIG_LZ4 is not set
|
||||
CONFIG_LZMA=y
|
||||
# CONFIG_ERRNO_STR is not set
|
||||
# CONFIG_UNIT_TEST is not set
|
||||
CONFIG_HAS_THUMB2=y
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue