From d469cdab93ae1d60421116def8a9800da8374274 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Tue, 31 Mar 2009 16:32:01 +0000 Subject: Add the CONFIG_ROMS config variable. Tested under abuild, causes no trouble. Signed-off-by: Ronald G. Minnich Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4035 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/motorola/sandpoint/Options.lb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/mainboard/motorola/sandpoint') 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 -- cgit v1.2.3