aboutsummaryrefslogtreecommitdiff
path: root/payloads/Kconfig
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2018-01-20 12:21:03 +0100
committerArthur Heymans <arthur@aheymans.xyz>2018-01-22 14:45:27 +0000
commit30a6b74f99f5c10f673641ee914046f641f67408 (patch)
tree7de102f633e44767802806c91558a7fd95172bc3 /payloads/Kconfig
parent9d1eb292c355a7fdfdb09ce8ccf2eeeae5f846d4 (diff)
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>
Diffstat (limited to 'payloads/Kconfig')
-rw-r--r--payloads/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/Kconfig b/payloads/Kconfig
index 394dbb6afb..125ca61ae4 100644
--- a/payloads/Kconfig
+++ b/payloads/Kconfig
@@ -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.