diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2008-01-20 00:24:23 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-01-20 00:24:23 +0000 |
commit | c2bcc893ea9e7539b9b4a066dc796aa8cde6f1ea (patch) | |
tree | fb7c371e78b88f1a6f69dfaa63a20f0ef93ebb87 /targets | |
parent | 593f5aab0380177460880ec42687ae04df0dbc8e (diff) |
give it 2k more space for abuild. let's look into this anyways, but get rid of
the impression that the cheetah on fam10 is broken just because we're using a
too new compiler for abuild. (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3065 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r-- | targets/amd/serengeti_cheetah_fam10/Config-abuild.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/amd/serengeti_cheetah_fam10/Config-abuild.lb b/targets/amd/serengeti_cheetah_fam10/Config-abuild.lb index 3013c374af..406a7e7abd 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=0x20000 + option ROM_IMAGE_SIZE=0x20800 option COREBOOT_EXTRA_VERSION=".0-fallback" payload __PAYLOAD__ end @@ -26,4 +26,4 @@ romimage "failover" option COREBOOT_EXTRA_VERSION=".0-failover" end -buildrom ./coreboot.rom ROM_SIZE "fallback" "failover"
\ No newline at end of file +buildrom ./coreboot.rom ROM_SIZE "fallback" "failover" |