aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-03-09 15:50:23 -0700
committerMartin Roth <martinroth@google.com>2016-03-11 16:52:38 +0100
commitf2e0461d8970d4690297dc9e40ee4f6d91e5a0c6 (patch)
treeafb5f453eec90d3a13776c039bc1083a364de84e /src/Kconfig
parent447d9489a21aad3dda400aa519eaeaafed25573f (diff)
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)
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 3def65b758..0649bf74ec 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -158,8 +158,8 @@ config COMPRESS_RAMSTAGE
config COMPRESS_PRERAM_STAGES
bool "Compress romstage and verstage with LZ4"
- default y if !ARCH_X86
- default n
+ depends on !ARCH_X86
+ default y
help
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