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
This commit is contained in:
Stefan Reinauer 2008-01-20 01:59:43 +00:00 committed by Stefan Reinauer
parent c2bcc893ea
commit 8ce4a19b20
1 changed files with 1 additions and 1 deletions

View 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