diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-04-22 15:49:28 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-04-22 15:49:28 +0000 |
commit | 7faa7d6bde8693cdf089c869d6929f9b261548bd (patch) | |
tree | 3ddb55a0e7f471d6debb49108d609e1684cfb5c6 /targets | |
parent | e5b44ab4dc3515151379b41cdacffe6a20e4b63c (diff) |
increase rom sizes for abuild
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4178 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r-- | targets/msi/ms9282/Config-abuild.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/msi/ms9282/Config-abuild.lb b/targets/msi/ms9282/Config-abuild.lb index ac4fcb7fe6..b136df4768 100644 --- a/targets/msi/ms9282/Config-abuild.lb +++ b/targets/msi/ms9282/Config-abuild.lb @@ -12,14 +12,14 @@ __LOGLEVEL__ romimage "normal" option USE_FALLBACK_IMAGE=0 - option ROM_IMAGE_SIZE = 96 * 1024 + option ROM_IMAGE_SIZE = 128 * 1024 option COREBOOT_EXTRA_VERSION=".0-normal" payload __PAYLOAD__ end romimage "fallback" option USE_FALLBACK_IMAGE=1 - option ROM_IMAGE_SIZE = 96 * 1024 + option ROM_IMAGE_SIZE = 128 * 1024 option COREBOOT_EXTRA_VERSION=".0-fallback" payload __PAYLOAD__ end |