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
This commit is contained in:
Stefan Reinauer
2006-08-03 16:19:27 +00:00
parent 9327d22641
commit 8ad7c06535
4 changed files with 13 additions and 4 deletions

View File

@@ -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