diff options
author | Carl-Daniel Hailfinger <Carl-Daniel Hailfinger> | 2006-09-14 15:12:36 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2006-09-14 15:12:36 +0000 |
commit | cba07dd682f0142474f0aa235e97b6fcbc34d760 (patch) | |
tree | f825a9550774d81ebf92ca5ed7fd1d29c30eba2d /src/config | |
parent | 7d9441276f144f0ffc5fe1523daaa63f916b9a25 (diff) | |
download | coreboot-cba07dd682f0142474f0aa235e97b6fcbc34d760.tar.xz |
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
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Options.lb | 12 |
1 files changed, 11 insertions, 1 deletions
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 |