diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2008-01-20 01:59:43 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-01-20 01:59:43 +0000 |
commit | 8ce4a19b20f22f74573a93566d4a202e58f00758 (patch) | |
tree | 4bc918a53c7c7a0eb53d150044f29718e5ddd04d | |
parent | c2bcc893ea9e7539b9b4a066dc796aa8cde6f1ea (diff) |
last try i hope. Building with a payload changes the result of the rom
image. Even if the rom image size is not changed, it can make the linking fail.
It's almost a heisen-bug, only there if you don't watch.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3066 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-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 406a7e7abd..755e61ad40 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=0x20800 + option ROM_IMAGE_SIZE=0x21000 option COREBOOT_EXTRA_VERSION=".0-fallback" payload __PAYLOAD__ end |