summaryrefslogtreecommitdiff
path: root/src/stream/Config.lb
diff options
context:
space:
mode:
authorYinghai Lu <yinghailu@gmail.com>2006-05-04 00:47:15 +0000
committerYinghai Lu <yinghailu@gmail.com>2006-05-04 00:47:15 +0000
commit608d4b2c444515784a0ee54e018bb8a68456eb4a (patch)
tree47ca84cad4dbc1f6a5d266e9eaf4ecff3da5b58f /src/stream/Config.lb
parent4c475321341e16250cdc7b6eb1183e1a3cf62c74 (diff)
downloadcoreboot-608d4b2c444515784a0ee54e018bb8a68456eb4a.tar.xz
merge zrom to rom_stream and print olen ilen
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2292 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/stream/Config.lb')
-rw-r--r--src/stream/Config.lb5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/stream/Config.lb b/src/stream/Config.lb
index 46c2dc7f08..b146c0451e 100644
--- a/src/stream/Config.lb
+++ b/src/stream/Config.lb
@@ -1,4 +1,3 @@
-uses CONFIG_COMPRESSED_ROM_STREAM
uses CONFIG_ROM_STREAM
uses CONFIG_IDE_STREAM
uses CONFIG_FS_STREAM
@@ -8,10 +7,6 @@ if CONFIG_ROM_STREAM
object rom_stream.o
end
-if CONFIG_COMPRESSED_ROM_STREAM
- object zrom_stream.o
-end
-
if CONFIG_IDE_STREAM
default CONFIG_IDE=1
object ide_stream.o