summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2006-08-03 16:19:27 +0000
committerStefan Reinauer <stepan@openbios.org>2006-08-03 16:19:27 +0000
commit8ad7c06535694959952b7d64a9649cb9534abd2a (patch)
tree01dfbff674b3a54a417747b9b6c409d6c2f5ce15 /src/config
parent9327d22641992459a8e57f4d5125fdce72f7f263 (diff)
downloadcoreboot-8ad7c06535694959952b7d64a9649cb9534abd2a.tar.xz
slightly changed C.D. Hailfinger's precompressed rom stream patch
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2359 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config')
-rw-r--r--src/config/Options.lb5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb
index 4742908937..5f1800a583 100644
--- a/src/config/Options.lb
+++ b/src/config/Options.lb
@@ -574,6 +574,11 @@ define CONFIG_COMPRESSED_ROM_STREAM
export always
comment "compressed boot image is located in ROM"
end
+define CONFIG_PRECOMPRESSED_ROM_STREAM
+ default 0
+ export always
+ comment "boot image is already compressed"
+end
define CONFIG_FS_STREAM
default 0
export always