last try i hope. Building with a payload changes the result of the rom
authorStefan Reinauer <stepan@coresystems.de>
Sun, 20 Jan 2008 01:59:43 +0000 (01:59 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sun, 20 Jan 2008 01:59:43 +0000 (01:59 +0000)
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

targets/amd/serengeti_cheetah_fam10/Config-abuild.lb

index 406a7e7abd990e77d7b4494083af37520aa12358..755e61ad403081c3eff0d96d85bb528f2e350723 100644 (file)
@@ -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