diff options
author | Stefan Reinauer <stepan@openbios.org> | 2005-12-02 23:44:40 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2005-12-02 23:44:40 +0000 |
commit | 57efb8eeb9bbbcc5c3e4bbb71eab0d9e2205994e (patch) | |
tree | 5579757eb8baa6780ab9beec42ea12032b3bf2bb | |
parent | 12142ada40529fe64d1289d927f07782c920b249 (diff) |
fix up abuild.sh to new requirements. This might leave some builds
broken.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2123 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rwxr-xr-x | util/abuild/abuild.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/abuild/abuild.sh b/util/abuild/abuild.sh index 98845d9844..2d5ebbc3f0 100755 --- a/util/abuild/abuild.sh +++ b/util/abuild/abuild.sh @@ -91,14 +91,14 @@ EOF cat <<EOF romimage "normal" option USE_FALLBACK_IMAGE=0 - option ROM_IMAGE_SIZE=0x18000 + 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=0x18000 + option ROM_IMAGE_SIZE=0x20000 option LINUXBIOS_EXTRA_VERSION=".0-fallback" payload PAYLOAD end |