Lots of lx fixes. CLeanup mainly. THings now build

Signed-off-by: Ronald G. Minnich


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2430 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald G. Minnich
2006-09-20 16:39:30 +00:00
committed by Ronald G. Minnich
parent e8bfbb387c
commit 2ad85dbc65
11 changed files with 98 additions and 98 deletions

View File

@@ -8,7 +8,7 @@ option CONFIG_COMPRESSED_ROM_STREAM_NRV2B=0
## ROM_SIZE is the total number of bytes allocated for LinuxBIOS use
## (normal AND fallback images and payloads).
## leave 64k for vsa and 32K for video ROM
option ROM_SIZE = 1024*256 - 64*1024 - 32 * 1024
option ROM_SIZE = 1024*1024 - 64*1024 - 32 * 1024
## ROM_IMAGE_SIZE is the maximum number of bytes allowed for a LinuxBIOS image,
## not including any payload.