Forgot CONFIG_ROMFS for supermicro/h8dme.

Trivial fix, just add the defaults as with all other boards.


Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4041 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Patrick Georgi 2009-04-01 11:37:39 +00:00
parent c7798895d3
commit 77cf00850f
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,7 @@
##
uses HAVE_MP_TABLE
uses CONFIG_ROMFS
uses HAVE_PIRQ_TABLE
uses HAVE_ACPI_TABLES
uses ACPI_SSDTX_NUM
@ -350,4 +351,9 @@ default MAXIMUM_CONSOLE_LOGLEVEL=9
default MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
### End Options.lb
#
# ROMFS
#
#
default CONFIG_ROMFS=0
end