fix bugs ron added with new options
authorRonald G. Minnich <rminnich@gmail.com>
Fri, 25 Jul 2003 17:28:43 +0000 (17:28 +0000)
committerRonald G. Minnich <rminnich@gmail.com>
Fri, 25 Jul 2003 17:28:43 +0000 (17:28 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1040 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/config/Options.lb

index b0b570233e5f60106d3e739dfe2421b3c85d4290..aa5994aa370d2c3357fcb940c2e50c9832c83bcb 100644 (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"