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:
parent
c7798895d3
commit
77cf00850f
|
@ -20,6 +20,7 @@
|
||||||
##
|
##
|
||||||
|
|
||||||
uses HAVE_MP_TABLE
|
uses HAVE_MP_TABLE
|
||||||
|
uses CONFIG_ROMFS
|
||||||
uses HAVE_PIRQ_TABLE
|
uses HAVE_PIRQ_TABLE
|
||||||
uses HAVE_ACPI_TABLES
|
uses HAVE_ACPI_TABLES
|
||||||
uses ACPI_SSDTX_NUM
|
uses ACPI_SSDTX_NUM
|
||||||
|
@ -350,4 +351,9 @@ default MAXIMUM_CONSOLE_LOGLEVEL=9
|
||||||
default MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
|
default MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
|
||||||
|
|
||||||
### End Options.lb
|
### End Options.lb
|
||||||
|
#
|
||||||
|
# ROMFS
|
||||||
|
#
|
||||||
|
#
|
||||||
|
default CONFIG_ROMFS=0
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue