From 336b4590184bf5e522f213f375f68e3f930d141d Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 25 Jul 2003 17:28:43 +0000 Subject: [PATCH] fix bugs ron added with new options git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1040 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 2 ++ 1 file changed, 2 insertions(+) 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"