diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2009-03-31 16:32:01 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2009-03-31 16:32:01 +0000 |
commit | d469cdab93ae1d60421116def8a9800da8374274 (patch) | |
tree | 05889be5fe865d23b53b95da48d52ebf5762ec1c /src/mainboard/intel | |
parent | 420593e74dc1a287b342e9fb8746718b0e4ad007 (diff) |
Add the CONFIG_ROMS config variable.
Tested under abuild, causes no trouble.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4035 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r-- | src/mainboard/intel/jarrell/Options.lb | 6 | ||||
-rw-r--r-- | src/mainboard/intel/mtarvon/Options.lb | 6 | ||||
-rw-r--r-- | src/mainboard/intel/truxton/Options.lb | 8 | ||||
-rw-r--r-- | src/mainboard/intel/xe7501devkit/Options.lb | 6 |
4 files changed, 25 insertions, 1 deletions
diff --git a/src/mainboard/intel/jarrell/Options.lb b/src/mainboard/intel/jarrell/Options.lb index 0bd5636c5a..afefef35fe 100644 --- a/src/mainboard/intel/jarrell/Options.lb +++ b/src/mainboard/intel/jarrell/Options.lb @@ -1,4 +1,5 @@ uses HAVE_MP_TABLE +uses CONFIG_ROMFS uses HAVE_PIRQ_TABLE uses USE_FALLBACK_IMAGE uses HAVE_FALLBACK_BOOT @@ -241,4 +242,9 @@ default CONFIG_CONSOLE_BTEXT=0 ### End Options.lb +# +# ROMFS +# +# +default CONFIG_ROMFS=0 end diff --git a/src/mainboard/intel/mtarvon/Options.lb b/src/mainboard/intel/mtarvon/Options.lb index da1af108ce..42ec01cf81 100644 --- a/src/mainboard/intel/mtarvon/Options.lb +++ b/src/mainboard/intel/mtarvon/Options.lb @@ -18,6 +18,7 @@ ## uses HAVE_MP_TABLE +uses CONFIG_ROMFS uses HAVE_PIRQ_TABLE uses USE_FALLBACK_IMAGE uses HAVE_FALLBACK_BOOT @@ -224,4 +225,9 @@ default MAXIMUM_CONSOLE_LOGLEVEL=5 default MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON" ### End Options.lb +# +# ROMFS +# +# +default CONFIG_ROMFS=0 end diff --git a/src/mainboard/intel/truxton/Options.lb b/src/mainboard/intel/truxton/Options.lb index daabb731e6..dc4f204774 100644 --- a/src/mainboard/intel/truxton/Options.lb +++ b/src/mainboard/intel/truxton/Options.lb @@ -18,6 +18,7 @@ ## uses HAVE_MP_TABLE +uses CONFIG_ROMFS uses HAVE_PIRQ_TABLE uses USE_FALLBACK_IMAGE uses HAVE_FALLBACK_BOOT @@ -224,6 +225,11 @@ default MAXIMUM_CONSOLE_LOGLEVEL=5 default MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON" ### End Options.lb -end +# +# ROMFS +# +# +default CONFIG_ROMFS=0 +end diff --git a/src/mainboard/intel/xe7501devkit/Options.lb b/src/mainboard/intel/xe7501devkit/Options.lb index 2f5a71d04c..ea03ea87c2 100644 --- a/src/mainboard/intel/xe7501devkit/Options.lb +++ b/src/mainboard/intel/xe7501devkit/Options.lb @@ -1,4 +1,5 @@ uses HAVE_MP_TABLE +uses CONFIG_ROMFS uses HAVE_ACPI_TABLES uses HAVE_PIRQ_TABLE uses HAVE_FALLBACK_BOOT @@ -240,4 +241,9 @@ default DEBUG=1 default CONFIG_CHIP_NAME=1 ### End Options.lb +# +# ROMFS +# +# +default CONFIG_ROMFS=0 end |