diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-04-01 11:37:39 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-04-01 11:37:39 +0000 |
commit | 77cf00850f457e799f7b05ee9c98fb6b990b2514 (patch) | |
tree | 10023c3e7df60285cfd5dace0b7385eb7b077754 /src/mainboard/supermicro | |
parent | c7798895d30fb3f2f915865dd5755e6df922bc2d (diff) |
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
Diffstat (limited to 'src/mainboard/supermicro')
-rw-r--r-- | src/mainboard/supermicro/h8dme/Options.lb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/supermicro/h8dme/Options.lb b/src/mainboard/supermicro/h8dme/Options.lb index cec8a9651e..4dcd01d1bf 100644 --- a/src/mainboard/supermicro/h8dme/Options.lb +++ b/src/mainboard/supermicro/h8dme/Options.lb @@ -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 |