Kconfig: remove COMPRESS_PRERAM_STAGES option from x86
Instead of just defaulting to disabled, remove the option for x86 since it doesn't work there. Change-Id: I2b84b9f866f9231943e573b873c970f420c7c9a5 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/14017 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
447d9489a2
commit
f2e0461d89
|
@ -158,8 +158,8 @@ config COMPRESS_RAMSTAGE
|
||||||
|
|
||||||
config COMPRESS_PRERAM_STAGES
|
config COMPRESS_PRERAM_STAGES
|
||||||
bool "Compress romstage and verstage with LZ4"
|
bool "Compress romstage and verstage with LZ4"
|
||||||
default y if !ARCH_X86
|
depends on !ARCH_X86
|
||||||
default n
|
default y
|
||||||
help
|
help
|
||||||
Compress romstage and (if it exists) verstage with LZ4 to save flash
|
Compress romstage and (if it exists) verstage with LZ4 to save flash
|
||||||
space and speed up boot, since the time for reading the image from SPI
|
space and speed up boot, since the time for reading the image from SPI
|
||||||
|
|
Loading…
Reference in New Issue