diff options
Diffstat (limited to 'src/mainboard/supermicro')
-rw-r--r-- | src/mainboard/supermicro/h8dmr/Options.lb | 6 | ||||
-rw-r--r-- | src/mainboard/supermicro/x6dai_g/Options.lb | 8 | ||||
-rw-r--r-- | src/mainboard/supermicro/x6dhe_g/Options.lb | 8 | ||||
-rw-r--r-- | src/mainboard/supermicro/x6dhe_g2/Options.lb | 8 | ||||
-rw-r--r-- | src/mainboard/supermicro/x6dhr_ig/Options.lb | 6 | ||||
-rw-r--r-- | src/mainboard/supermicro/x6dhr_ig2/Options.lb | 6 |
6 files changed, 39 insertions, 3 deletions
diff --git a/src/mainboard/supermicro/h8dmr/Options.lb b/src/mainboard/supermicro/h8dmr/Options.lb index 15f9ad4c4f..430f252f29 100644 --- a/src/mainboard/supermicro/h8dmr/Options.lb +++ b/src/mainboard/supermicro/h8dmr/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=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/supermicro/x6dai_g/Options.lb b/src/mainboard/supermicro/x6dai_g/Options.lb index 727f4dc4ab..397808bcd2 100644 --- a/src/mainboard/supermicro/x6dai_g/Options.lb +++ b/src/mainboard/supermicro/x6dai_g/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,5 +228,10 @@ default CONFIG_CONSOLE_BTEXT=0 ### End Options.lb -end +# +# ROMFS +# +# +default CONFIG_ROMFS=0 +end diff --git a/src/mainboard/supermicro/x6dhe_g/Options.lb b/src/mainboard/supermicro/x6dhe_g/Options.lb index e5c55bad58..849b41d1df 100644 --- a/src/mainboard/supermicro/x6dhe_g/Options.lb +++ b/src/mainboard/supermicro/x6dhe_g/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,5 +228,10 @@ default CONFIG_CONSOLE_BTEXT=0 ### End Options.lb -end +# +# ROMFS +# +# +default CONFIG_ROMFS=0 +end diff --git a/src/mainboard/supermicro/x6dhe_g2/Options.lb b/src/mainboard/supermicro/x6dhe_g2/Options.lb index e5c55bad58..849b41d1df 100644 --- a/src/mainboard/supermicro/x6dhe_g2/Options.lb +++ b/src/mainboard/supermicro/x6dhe_g2/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,5 +228,10 @@ default CONFIG_CONSOLE_BTEXT=0 ### End Options.lb -end +# +# ROMFS +# +# +default CONFIG_ROMFS=0 +end diff --git a/src/mainboard/supermicro/x6dhr_ig/Options.lb b/src/mainboard/supermicro/x6dhr_ig/Options.lb index 369cbe542d..e2f0c30b6f 100644 --- a/src/mainboard/supermicro/x6dhr_ig/Options.lb +++ b/src/mainboard/supermicro/x6dhr_ig/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 CONFIG_CONSOLE_BTEXT=0 ### End Options.lb +# +# ROMFS +# +# +default CONFIG_ROMFS=0 end diff --git a/src/mainboard/supermicro/x6dhr_ig2/Options.lb b/src/mainboard/supermicro/x6dhr_ig2/Options.lb index 369cbe542d..e2f0c30b6f 100644 --- a/src/mainboard/supermicro/x6dhr_ig2/Options.lb +++ b/src/mainboard/supermicro/x6dhr_ig2/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 CONFIG_CONSOLE_BTEXT=0 ### End Options.lb +# +# ROMFS +# +# +default CONFIG_ROMFS=0 end |