Increase image size for abuild. This should fix the build of these boards:
authorUwe Hermann <uwe@hermann-uwe.de>
Tue, 24 Apr 2007 21:54:21 +0000 (21:54 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Tue, 24 Apr 2007 21:54:21 +0000 (21:54 +0000)
 - tyan/s2912
 - nvidia/l1_2pvv
 - gigabyte/m57sli

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2617 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

util/abuild/abuild

index 173acd01b9445361a7a4e56bae358d460633aa48..994929a58ac9da20be0866c48debd8965097b480 100755 (executable)
@@ -142,14 +142,14 @@ EOF
                        cat <<EOF
 romimage "normal"
        option USE_FALLBACK_IMAGE=0
-       option ROM_IMAGE_SIZE=0x17000
+       option ROM_IMAGE_SIZE=0x20000
        option LINUXBIOS_EXTRA_VERSION=".0-normal"
        payload __PAYLOAD__
 end
 
 romimage "fallback" 
        option USE_FALLBACK_IMAGE=1
-       option ROM_IMAGE_SIZE=0x17000
+       option ROM_IMAGE_SIZE=0x20000
        option LINUXBIOS_EXTRA_VERSION=".0-fallback"
        payload __PAYLOAD__
 end