summaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-11-08 11:59:25 +0100
committerNico Huber <nico.h@gmx.de>2019-11-09 22:36:00 +0000
commit7f22933e98ec70b31b939b2ab70d6b8715640848 (patch)
tree1b9cdbd83071f12d5f02bf40817da40466d00250 /src/Kconfig
parent21d6a27ac07d5233a7dd473d84c4c0b541059146 (diff)
downloadcoreboot-7f22933e98ec70b31b939b2ab70d6b8715640848.tar.xz
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 <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36675 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig4
1 files changed, 1 insertions, 3 deletions
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"