aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/motorola
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/motorola
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/motorola')
-rw-r--r--src/mainboard/motorola/sandpoint/Options.lb6
-rw-r--r--src/mainboard/motorola/sandpointx3_altimus_mpc7410/Options.lb6
2 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/motorola/sandpoint/Options.lb b/src/mainboard/motorola/sandpoint/Options.lb
index 85bd19bf5b..403387774c 100644
--- a/src/mainboard/motorola/sandpoint/Options.lb
+++ b/src/mainboard/motorola/sandpoint/Options.lb
@@ -1,4 +1,5 @@
uses CONFIG_SANDPOINT_ALTIMUS
+uses CONFIG_ROMFS
uses CONFIG_SANDPOINT_TALUS
uses CONFIG_SANDPOINT_UNITY
uses CONFIG_SANDPOINT_VALIS
@@ -119,4 +120,9 @@ default _RAMSTART=0x00100000
default CONFIG_SANDPOINT_ALTIMUS=1
### End Options.lb
+#
+# ROMFS
+#
+#
+default CONFIG_ROMFS=0
end
diff --git a/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Options.lb b/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Options.lb
index 5fcdcce805..13e59d27b7 100644
--- a/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Options.lb
+++ b/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Options.lb
@@ -1,4 +1,5 @@
uses ISA_IO_BASE
+uses CONFIG_ROMFS
uses ISA_MEM_BASE
uses PCIC0_CFGADDR
uses PCIC0_CFGDATA
@@ -114,4 +115,9 @@ default _RAMBASE=0x00100000
default _RAMSTART=0x00100000
### End Options.lb
+#
+# ROMFS
+#
+#
+default CONFIG_ROMFS=0
end