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