diff options
author | Marc Jones <marc.jones@amd.com> | 2008-04-25 22:56:57 +0000 |
---|---|---|
committer | Marc Jones <marc.jones@amd.com> | 2008-04-25 22:56:57 +0000 |
commit | 20ce60c9aa8a2f5548ec8ab8bd248ef2067b27ae (patch) | |
tree | 3294ffaaa5ada5cd739489b425fc808531a76a0d /targets | |
parent | 65e08040f912698752b239f499f3efc7f1c0ac0c (diff) |
Change abuild ROM_IMAGE_SIZE to match the standard s_c_fam10 Config.lb.
The FAM10 code takes up more space in the uncompressed "ROMCC" portion
of coreboot. Also, It is still growing as features are added.
Signed-off-by: Marc Jones <marc.jones@amd.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3267 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r-- | targets/amd/serengeti_cheetah_fam10/Config-abuild.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/amd/serengeti_cheetah_fam10/Config-abuild.lb b/targets/amd/serengeti_cheetah_fam10/Config-abuild.lb index d44ad345a3..286461cb45 100644 --- a/targets/amd/serengeti_cheetah_fam10/Config-abuild.lb +++ b/targets/amd/serengeti_cheetah_fam10/Config-abuild.lb @@ -13,7 +13,7 @@ option ROM_SIZE=1024*1024 romimage "fallback" option USE_FALLBACK_IMAGE=1 - option ROM_IMAGE_SIZE=0x22200 + option ROM_IMAGE_SIZE=0x3f000 option COREBOOT_EXTRA_VERSION=".0-fallback" payload __PAYLOAD__ end |