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/pcengines/alix1c | |
parent | 420593e74dc1a287b342e9fb8746718b0e4ad007 (diff) | |
download | coreboot-d469cdab93ae1d60421116def8a9800da8374274.tar.xz |
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/pcengines/alix1c')
-rw-r--r-- | src/mainboard/pcengines/alix1c/Options.lb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/mainboard/pcengines/alix1c/Options.lb b/src/mainboard/pcengines/alix1c/Options.lb index 2888259e88..0aa6f278a0 100644 --- a/src/mainboard/pcengines/alix1c/Options.lb +++ b/src/mainboard/pcengines/alix1c/Options.lb @@ -19,6 +19,7 @@ ## uses HAVE_MP_TABLE +uses CONFIG_ROMFS uses HAVE_PIRQ_TABLE uses USE_FALLBACK_IMAGE uses HAVE_FALLBACK_BOOT @@ -195,5 +196,10 @@ default DEFAULT_CONSOLE_LOGLEVEL=8 ## At a maximum only compile in this level of debugging default MAXIMUM_CONSOLE_LOGLEVEL=8 -end +# +# ROMFS +# +# +default CONFIG_ROMFS=0 +end |