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:
parent
35cce551c4
commit
336b459018
|
@ -178,6 +178,7 @@ define USE_FALLBACK_IMAGE
|
||||||
comment "Set to build a fallback image"
|
comment "Set to build a fallback image"
|
||||||
end
|
end
|
||||||
define USE_NORMAL_IMAGE
|
define USE_NORMAL_IMAGE
|
||||||
|
format "%d"
|
||||||
default {!USE_FALLBACK_IMAGE}
|
default {!USE_FALLBACK_IMAGE}
|
||||||
export used
|
export used
|
||||||
comment "Set to build a normal image"
|
comment "Set to build a normal image"
|
||||||
|
@ -275,6 +276,7 @@ define HAVE_OPTION_TABLE
|
||||||
comment "Export CMOS option table"
|
comment "Export CMOS option table"
|
||||||
end
|
end
|
||||||
define USE_OPTION_TABLE
|
define USE_OPTION_TABLE
|
||||||
|
format "%d"
|
||||||
default {HAVE_OPTION_TABLE && !USE_FALLBACK_IMAGE}
|
default {HAVE_OPTION_TABLE && !USE_FALLBACK_IMAGE}
|
||||||
export always
|
export always
|
||||||
comment "Use option table"
|
comment "Use option table"
|
||||||
|
|
Loading…
Reference in New Issue