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>
This commit is contained in:
parent
21d6a27ac0
commit
7f22933e98
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue