aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/digitallogic/msm586seg/Options.lb
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/digitallogic/msm586seg/Options.lb')
-rw-r--r--src/mainboard/digitallogic/msm586seg/Options.lb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/digitallogic/msm586seg/Options.lb b/src/mainboard/digitallogic/msm586seg/Options.lb
index c9bf9a60b2..5f85c3a917 100644
--- a/src/mainboard/digitallogic/msm586seg/Options.lb
+++ b/src/mainboard/digitallogic/msm586seg/Options.lb
@@ -93,7 +93,7 @@ default CONFIG_HAVE_OPTION_TABLE=1
## CONFIG_ROM_IMAGE_SIZE is the amount of space to allow coreboot to occupy.
default CONFIG_ROM_IMAGE_SIZE = 65536
-default CONFIG_FALLBACK_SIZE = 131072
+default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE
##
## Use a small 8K stack
@@ -127,5 +127,5 @@ default HOSTCC="gcc"
# CBFS
#
#
-default CONFIG_CBFS=0
+default CONFIG_CBFS=1
end