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
This commit is contained in:
Stefan Reinauer 2009-04-22 15:49:28 +00:00 committed by Stefan Reinauer
parent e5b44ab4dc
commit 7faa7d6bde
1 changed files with 2 additions and 2 deletions

View File

@ -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