diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-07-25 17:31:53 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-07-25 17:31:53 +0000 |
commit | f8651ed6c268685bc9e9763041bd6721e1c82059 (patch) | |
tree | 9dc818d69647e0b00dfe2f08a7f696a2f07e959d /src | |
parent | f9e756c3865a4a5e17db368e835ae5a9c23dcf53 (diff) |
one last fix.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1042 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/config/Options.lb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index aa5994aa37..5f2a9293b1 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -266,6 +266,7 @@ define CONFIG_COMPRESS comment "Set for compressed image" end define CONFIG_UNCOMPRESSED + format "%d" default {!CONFIG_COMPRESS} export always comment "Set for uncompressed image" |