From cba07dd682f0142474f0aa235e97b6fcbc34d760 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Thu, 14 Sep 2006 15:12:36 +0000 Subject: additions and mods for lzma. Signed-off-by: Carl-Daniel Hailfinger Signed-off-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2413 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/config/Options.lb') diff --git a/src/config/Options.lb b/src/config/Options.lb index b4b971bc2c..00042b8cf1 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -572,7 +572,17 @@ end define CONFIG_COMPRESSED_ROM_STREAM default 0 export always - comment "compressed boot image is located in ROM" + comment "compressed boot image is located in ROM and is assumed to be NRV2B (deprecated)" +end +define CONFIG_COMPRESSED_ROM_STREAM_NRV2B + default 0 + export always + comment "NRV2B compressed boot image is located in ROM" +end +define CONFIG_COMPRESSED_ROM_STREAM_LZMA + default 0 + export always + comment "LZMA compressed boot image is located in ROM" end define CONFIG_PRECOMPRESSED_ROM_STREAM default 0 -- cgit v1.2.3