payload/Kconfig: Use LZMA by default
With the tianocore payload on a Thinkpad X200 the filesize increased by approximately 50% and the time to fetch and decompress the payload increased by approximately %300 , so something is definitely wrong with it and it shouldn't be used as the default compression method. Change-Id: I9661c82750104d737596e7b3a8974324765938a5 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/23335 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
9d1eb292c3
commit
30a6b74f99
|
@ -51,7 +51,7 @@ config PAYLOAD_FILE
|
|||
|
||||
choice
|
||||
prompt "Payload compression algorithm"
|
||||
default COMPRESSED_PAYLOAD_LZ4
|
||||
default COMPRESSED_PAYLOAD_LZMA
|
||||
depends on !PAYLOAD_NONE && !PAYLOAD_LINUX
|
||||
help
|
||||
Choose the compression algorithm for the chosen payloads.
|
||||
|
|
Loading…
Reference in New Issue