From ead73689db79fecc3e17215d100ab52ce4377657 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 2 May 2006 12:05:13 +0000 Subject: add automatic payload compression method to LinuxBIOS git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2288 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/config') diff --git a/src/config/Options.lb b/src/config/Options.lb index 2f3d8dd1c0..3dfa80110f 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -564,6 +564,11 @@ define CONFIG_ROM_STREAM_START export always comment "ROM stream start location" end +define CONFIG_COMPRESSED_ROM_STREAM + default 0 + export always + comment "compressed boot image is located in ROM" +end define CONFIG_FS_STREAM default 0 export always -- cgit v1.2.3