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
This commit is contained in:
Myles Watson 2009-10-19 16:58:51 +00:00
parent 66f03e4b14
commit 42fd936de2
2 changed files with 2 additions and 2 deletions

View File

@ -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
##

View File

@ -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
##