aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-04-29 20:34:41 +0000
committerStefan Reinauer <stepan@openbios.org>2009-04-29 20:34:41 +0000
commita43ee75d9a7dc859292b186f22ac0550f149a0a3 (patch)
tree131242b35a47acc9e0b90deec60edc2ef8c8e86e /targets
parent1ff26a777835c740610f549f00bcd450ae571c0e (diff)
increase image size
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4232 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r--targets/msi/ms9185/Config-abuild.lb4
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/msi/ms9185/Config-abuild.lb b/targets/msi/ms9185/Config-abuild.lb
index ac4fcb7fe6..b136df4768 100644
--- a/targets/msi/ms9185/Config-abuild.lb
+++ b/targets/msi/ms9185/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