Enable CBFS everywhere. All boards compiled for me (abuild tested),
[coreboot.git] / src / mainboard / dell / s1850 / Options.lb
index 199394a28b90d5231593e9e6573812777f5ddf73..72ad7960590aa36f31b0d271df76d37fe4034bf7 100644 (file)
@@ -130,7 +130,7 @@ default CONFIG_MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID=0x5580
 ###
 
 ## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
-default CONFIG_ROM_IMAGE_SIZE = 65536
+default CONFIG_ROM_IMAGE_SIZE = 64 * 1024
 
 ##
 ## Use a small 8K stack
@@ -147,7 +147,7 @@ default CONFIG_HEAP_SIZE=0x8000
 ### Compute the location and size of where this firmware image
 ### (coreboot plus bootloader) will live in the boot rom chip.
 ###
-default CONFIG_FALLBACK_SIZE=131072
+default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
 
 ##
 ## Coreboot C code runs at this location in RAM
@@ -232,5 +232,5 @@ default  CONFIG_CONSOLE_BTEXT=0
 # CBFS
 #
 #
-default CONFIG_CBFS=0
+default CONFIG_CBFS=1
 end