aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2007-05-05 03:54:13 +0000
committerRonald G. Minnich <rminnich@gmail.com>2007-05-05 03:54:13 +0000
commitfa6c11eb40325f241c6a98300fa1dcfec90f8ca8 (patch)
treea391d19fa28e17ab2fca93178b73bd22257cb274 /targets
parent5ef8b0f62b5d222d575b6e6e314fc309d10488b5 (diff)
This is the final patch to enable the msm800sev to build. This patch
adds a symbol to the model_lx/cache_as_ram.inc, and modifies some files in the mainboard directory. This patch has been tested but there is a remaining problem which I am tracking down. Expect one more patch to "get it all working". Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2638 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r--targets/digitallogic/msm800sev/Config.lb5
1 files changed, 3 insertions, 2 deletions
diff --git a/targets/digitallogic/msm800sev/Config.lb b/targets/digitallogic/msm800sev/Config.lb
index 91b6fac6b0..6835b81b8a 100644
--- a/targets/digitallogic/msm800sev/Config.lb
+++ b/targets/digitallogic/msm800sev/Config.lb
@@ -7,8 +7,9 @@ option CONFIG_COMPRESSED_PAYLOAD_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*1024 - 64*1024 - 32 * 1024
+## leave 36k for vsa
+##
+option ROM_SIZE = 1024*1024 - 36 * 1024
## ROM_IMAGE_SIZE is the maximum number of bytes allowed for a LinuxBIOS image,
## not including any payload.