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/lippert/frontrunner/Options.lb | 8 +++++++- src/mainboard/lippert/roadrunner-lx/Options.lb | 6 ++++++ src/mainboard/lippert/spacerunner-lx/Options.lb | 6 ++++++ 3 files changed, 19 insertions(+), 1 deletion(-) (limited to 'src/mainboard/lippert') diff --git a/src/mainboard/lippert/frontrunner/Options.lb b/src/mainboard/lippert/frontrunner/Options.lb index e929289261..ab0dd8a0e1 100644 --- a/src/mainboard/lippert/frontrunner/Options.lb +++ b/src/mainboard/lippert/frontrunner/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 @@ -158,5 +159,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 diff --git a/src/mainboard/lippert/roadrunner-lx/Options.lb b/src/mainboard/lippert/roadrunner-lx/Options.lb index a6be7974c9..61add853d3 100644 --- a/src/mainboard/lippert/roadrunner-lx/Options.lb +++ b/src/mainboard/lippert/roadrunner-lx/Options.lb @@ -21,6 +21,7 @@ ## Based on Options.lb from AMD's DB800 mainboard. uses HAVE_MP_TABLE +uses CONFIG_ROMFS uses HAVE_PIRQ_TABLE uses USE_FALLBACK_IMAGE uses HAVE_FALLBACK_BOOT @@ -208,4 +209,9 @@ default DEFAULT_CONSOLE_LOGLEVEL = 8 ## At a maximum only compile in this level of debugging default MAXIMUM_CONSOLE_LOGLEVEL = 8 +# +# ROMFS +# +# +default CONFIG_ROMFS=0 end diff --git a/src/mainboard/lippert/spacerunner-lx/Options.lb b/src/mainboard/lippert/spacerunner-lx/Options.lb index 9a83bc96d8..75da01de65 100644 --- a/src/mainboard/lippert/spacerunner-lx/Options.lb +++ b/src/mainboard/lippert/spacerunner-lx/Options.lb @@ -21,6 +21,7 @@ ## Based on Options.lb from AMD's DB800 mainboard. uses HAVE_MP_TABLE +uses CONFIG_ROMFS uses HAVE_PIRQ_TABLE uses USE_FALLBACK_IMAGE uses HAVE_FALLBACK_BOOT @@ -208,4 +209,9 @@ default DEFAULT_CONSOLE_LOGLEVEL = 8 ## At a maximum only compile in this level of debugging default MAXIMUM_CONSOLE_LOGLEVEL = 8 +# +# ROMFS +# +# +default CONFIG_ROMFS=0 end -- cgit v1.2.3