diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-07-25 17:28:43 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-07-25 17:28:43 +0000 |
commit | 336b4590184bf5e522f213f375f68e3f930d141d (patch) | |
tree | fcd1a720779a96a911216caa6871cbfa3ac43fe2 /src | |
parent | 35cce551c4c60d7df4ab099070e684279dddff3c (diff) |
fix bugs ron added with new options
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1040 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/config/Options.lb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index b0b570233e..aa5994aa37 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -178,6 +178,7 @@ define USE_FALLBACK_IMAGE comment "Set to build a fallback image" end define USE_NORMAL_IMAGE + format "%d" default {!USE_FALLBACK_IMAGE} export used comment "Set to build a normal image" @@ -275,6 +276,7 @@ define HAVE_OPTION_TABLE comment "Export CMOS option table" end define USE_OPTION_TABLE + format "%d" default {HAVE_OPTION_TABLE && !USE_FALLBACK_IMAGE} export always comment "Use option table" |