fix bugs ron added with new options

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1040 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald G. Minnich 2003-07-25 17:28:43 +00:00
parent 35cce551c4
commit 336b459018
1 changed files with 2 additions and 0 deletions

View File

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