From 30a6b74f99f5c10f673641ee914046f641f67408 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Sat, 20 Jan 2018 12:21:03 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/23335 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Martin Roth --- payloads/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3