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/iwill/dk8_htx/Options.lb | 6 ++++++ src/mainboard/iwill/dk8s2/Options.lb | 6 ++++++ src/mainboard/iwill/dk8x/Options.lb | 6 ++++++ 3 files changed, 18 insertions(+) (limited to 'src/mainboard/iwill') diff --git a/src/mainboard/iwill/dk8_htx/Options.lb b/src/mainboard/iwill/dk8_htx/Options.lb index 6d8eab4d0c..8c4166f8bc 100644 --- a/src/mainboard/iwill/dk8_htx/Options.lb +++ b/src/mainboard/iwill/dk8_htx/Options.lb @@ -1,4 +1,5 @@ uses HAVE_MP_TABLE +uses CONFIG_ROMFS uses HAVE_PIRQ_TABLE uses HAVE_ACPI_TABLES uses ACPI_SSDTX_NUM @@ -330,4 +331,9 @@ default MAXIMUM_CONSOLE_LOGLEVEL=8 default MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON" ### End Options.lb +# +# ROMFS +# +# +default CONFIG_ROMFS=0 end diff --git a/src/mainboard/iwill/dk8s2/Options.lb b/src/mainboard/iwill/dk8s2/Options.lb index a93e4dc383..04a7d026a8 100644 --- a/src/mainboard/iwill/dk8s2/Options.lb +++ b/src/mainboard/iwill/dk8s2/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 @@ -227,4 +228,9 @@ default MAXIMUM_CONSOLE_LOGLEVEL=8 default MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON" ### End Options.lb +# +# ROMFS +# +# +default CONFIG_ROMFS=0 end diff --git a/src/mainboard/iwill/dk8x/Options.lb b/src/mainboard/iwill/dk8x/Options.lb index 7b4078ca4d..39f02d9307 100644 --- a/src/mainboard/iwill/dk8x/Options.lb +++ b/src/mainboard/iwill/dk8x/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 @@ -226,4 +227,9 @@ default MAXIMUM_CONSOLE_LOGLEVEL=8 default MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON" ### End Options.lb +# +# ROMFS +# +# +default CONFIG_ROMFS=0 end -- cgit v1.2.3