aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2013-08-31 08:16:27 +0200
committerPatrick Georgi <patrick@georgi-clan.de>2013-08-31 08:58:37 +0200
commit2f39eae41d750817143f9372f67de6b1ee96b4a6 (patch)
tree08335656481528b7d55f17bbddc0953e10ddefe6 /src/Kconfig
parentde36d333c27c258bc05ecc0b6649fbdafcae619f (diff)
Remove NRV2B compression support
It wasn't even hooked up to the build system anymore. Change-Id: I4b962ffd945b39451e19da3ec2f7b8e0eecf2e53 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/3892 Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 515c6183ef..f714cb2de1 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -640,10 +640,6 @@ config COMPRESSED_PAYLOAD_LZMA
In order to reduce the size payloads take up in the ROM chip
coreboot can compress them using the LZMA algorithm.
-config COMPRESSED_PAYLOAD_NRV2B
- bool
- default n
-
endmenu
menu "Debugging"