diff options
author | Jason Schildt <jschildt@gmail.com> | 2005-10-25 22:24:46 +0000 |
---|---|---|
committer | Jason Schildt <jschildt@gmail.com> | 2005-10-25 22:24:46 +0000 |
commit | 984bab5740dea46b8da14c434c7bae7058565e9d (patch) | |
tree | 5f2af540de5b684abea67bf82bc70f17cf784848 /util | |
parent | 737253bf12b4903613233913621ff750cf74d398 (diff) |
- Fixed fat-finger typo enable - enabled
- Fixed abuild.sh to use larger size for ROM_IMAGE_SIZE.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2079 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util')
-rw-r--r-- | 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 0dc89223ba..48f11c71a9 100644 --- a/util/abuild/abuild.sh +++ b/util/abuild/abuild.sh @@ -82,14 +82,14 @@ EOF cat <<EOF romimage "normal" option USE_FALLBACK_IMAGE=0 - option ROM_IMAGE_SIZE=0x15000 + option ROM_IMAGE_SIZE=0x18000 option LINUXBIOS_EXTRA_VERSION=".0-normal" payload PAYLOAD end romimage "fallback" option USE_FALLBACK_IMAGE=1 - option ROM_IMAGE_SIZE=0x15000 + option ROM_IMAGE_SIZE=0x18000 option LINUXBIOS_EXTRA_VERSION=".0-fallback" payload PAYLOAD end |