aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorEd Swierk <eswierk@arastra.com>2006-12-15 11:42:16 +0000
committerStefan Reinauer <stepan@openbios.org>2006-12-15 11:42:16 +0000
commit1a7a5b49c570bf4a183178327c77ed4828d25416 (patch)
tree06d3735939cb943609743ea402b2ab1bfdaa72b3 /src/config
parent208948787ec767dcdd2443a89f312bfba00ea2cc (diff)
Apply linuxbios-rename-compressed-payload-options.patch, refs #14
Signed-off-by: Ed Swierk <eswierk@arastra.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2527 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config')
-rw-r--r--src/config/Options.lb11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb
index e8c251497c..069125139b 100644
--- a/src/config/Options.lb
+++ b/src/config/Options.lb
@@ -609,22 +609,17 @@ define CONFIG_ROM_STREAM_START
export always
comment "ROM stream start location"
end
-define CONFIG_COMPRESSED_ROM_STREAM
- default 0
- export always
- comment "compressed boot image is located in ROM and is assumed to be NRV2B (deprecated)"
-end
-define CONFIG_COMPRESSED_ROM_STREAM_NRV2B
+define CONFIG_COMPRESSED_PAYLOAD_NRV2B
default 0
export always
comment "NRV2B compressed boot image is located in ROM"
end
-define CONFIG_COMPRESSED_ROM_STREAM_LZMA
+define CONFIG_COMPRESSED_PAYLOAD_LZMA
default 0
export always
comment "LZMA compressed boot image is located in ROM"
end
-define CONFIG_PRECOMPRESSED_ROM_STREAM
+define CONFIG_PRECOMPRESSED_PAYLOAD
default 0
export always
comment "boot image is already compressed"