diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-04-24 21:54:21 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-04-24 21:54:21 +0000 |
commit | f83c1826386b7d8af12cc353b9a5226222b814bb (patch) | |
tree | d9cca6c5a211fe99772cffbbe3834e8ec7dcebdf /util | |
parent | cdc5cc671197d7b3e5505626650ccc39ead25486 (diff) |
Increase image size for abuild. This should fix the build of these boards:
- 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
Diffstat (limited to 'util')
-rwxr-xr-x | util/abuild/abuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/abuild/abuild b/util/abuild/abuild index 173acd01b9..994929a58a 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -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 |