diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-10-19 16:58:51 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-10-19 16:58:51 +0000 |
commit | 42fd936de229126aba0217997b945cf3cf675e9f (patch) | |
tree | adafbba0d115d4b9b13f18fd40c78ba76181345d /src/mainboard | |
parent | 66f03e4b145c2ee645b60c8471a4bdf74e811254 (diff) |
Fix builds of amd/db800 and digitallogic/msm800sev with smaller bootblocks.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4811 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard')
-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 ## |