Author: oxygene Date: 2009-04-01 13:37:39 +0200 (Wed, 01 Apr 2009) New Revision: 4041
Modified: trunk/coreboot-v2/src/mainboard/supermicro/h8dme/Options.lb Log: Forgot CONFIG_ROMFS for supermicro/h8dme. Trivial fix, just add the defaults as with all other boards. Signed-off-by: Patrick Georgi <[email protected]> Acked-by: Patrick Georgi <[email protected]> Modified: trunk/coreboot-v2/src/mainboard/supermicro/h8dme/Options.lb =================================================================== --- trunk/coreboot-v2/src/mainboard/supermicro/h8dme/Options.lb 2009-04-01 11:03:32 UTC (rev 4040) +++ trunk/coreboot-v2/src/mainboard/supermicro/h8dme/Options.lb 2009-04-01 11:37:39 UTC (rev 4041) @@ -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 MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON" ### End Options.lb +# +# ROMFS +# +# +default CONFIG_ROMFS=0 end -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

