From 7f22933e98ec70b31b939b2ab70d6b8715640848 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Fri, 8 Nov 2019 11:59:25 +0100 Subject: Kconfig: Remove untrue comment In the vast majority of cases the bootdevice is the bottleneck and compression increases bootspeed. Change-Id: Id0c11cf6d9a605d24e3148abb8d11a65d48a4529 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/36675 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Nico Huber --- src/Kconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 4002d43cee..56ebe82e02 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -154,9 +154,7 @@ config COMPRESS_RAMSTAGE depends on HAVE_RAMSTAGE # Default value set at the end of the file help - Compress ramstage to save memory in the flash image. Note - that decompression might slow down booting if the boot flash - is connected through a slow link (i.e. SPI). + Compress ramstage to save memory in the flash image. config COMPRESS_PRERAM_STAGES bool "Compress romstage and verstage with LZ4" -- cgit v1.2.3