diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/amd/db800/Options.lb | 2 | ||||
-rw-r--r-- | src/mainboard/digitallogic/msm800sev/Options.lb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/db800/Options.lb b/src/mainboard/amd/db800/Options.lb index 236dd05a65..5ec7b1ecdb 100644 --- a/src/mainboard/amd/db800/Options.lb +++ b/src/mainboard/amd/db800/Options.lb @@ -97,7 +97,7 @@ default CONFIG_HAVE_OPTION_TABLE=0 ### ## 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 = 32768 default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE ## diff --git a/src/mainboard/digitallogic/msm800sev/Options.lb b/src/mainboard/digitallogic/msm800sev/Options.lb index 81c282238c..88e2a1f0e2 100644 --- a/src/mainboard/digitallogic/msm800sev/Options.lb +++ b/src/mainboard/digitallogic/msm800sev/Options.lb @@ -97,7 +97,7 @@ default CONFIG_HAVE_OPTION_TABLE=0 ### ## 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 = 32768 default CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE ## |