aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/thomson
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2009-03-31 16:32:01 +0000
committerRonald G. Minnich <rminnich@gmail.com>2009-03-31 16:32:01 +0000
commitd469cdab93ae1d60421116def8a9800da8374274 (patch)
tree05889be5fe865d23b53b95da48d52ebf5762ec1c /src/mainboard/thomson
parent420593e74dc1a287b342e9fb8746718b0e4ad007 (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/thomson')
-rw-r--r--src/mainboard/thomson/ip1000/Options.lb6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/thomson/ip1000/Options.lb b/src/mainboard/thomson/ip1000/Options.lb
index bda1fbc5e5..04422a7582 100644
--- a/src/mainboard/thomson/ip1000/Options.lb
+++ b/src/mainboard/thomson/ip1000/Options.lb
@@ -19,6 +19,7 @@
##
uses CC
+uses CONFIG_ROMFS
uses CONFIG_CONSOLE_SERIAL8250
uses CONFIG_CONSOLE_VGA
uses CONFIG_COMPRESSED_PAYLOAD_LZMA
@@ -92,4 +93,9 @@ default DEFAULT_CONSOLE_LOGLEVEL = 9
default MAXIMUM_CONSOLE_LOGLEVEL = 9
default MAINBOARD_VENDOR = "THOMSON"
default MAINBOARD_PART_NUMBER = "IP1000"
+#
+# ROMFS
+#
+#
+default CONFIG_ROMFS=0
end