diff options
Diffstat (limited to 'src/mainboard/via/epia/Options.lb')
-rw-r--r-- | src/mainboard/via/epia/Options.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/via/epia/Options.lb b/src/mainboard/via/epia/Options.lb index effa477180..0d20674aff 100644 --- a/src/mainboard/via/epia/Options.lb +++ b/src/mainboard/via/epia/Options.lb @@ -111,7 +111,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 @@ -146,5 +146,5 @@ default HOSTCC="gcc" # CBFS # # -default CONFIG_CBFS=0 +default CONFIG_CBFS=1 end |