aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorWard Vandewege <ward@gnu.org>2008-03-17 17:06:06 +0000
committerWard Vandewege <ward@gnu.org>2008-03-17 17:06:06 +0000
commit2ce4e4caa9c2856c77b666299b9551dfd10a0dab (patch)
tree56797582ee454703863f2b5e8bc39ebef087fef6 /targets
parent969a9f69e8b2c33068151fd9adaa20356a7bcf66 (diff)
The ATI vga rom is only 36K on the Tyan s2891, not 48K.
This is a trivial patch. Signed-off-by: Ward Vandewege <ward@gnu.org> Acked-by: Ward Vandewege <ward@gnu.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3164 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r--targets/tyan/s2891/Config.lb10
1 files changed, 5 insertions, 5 deletions
diff --git a/targets/tyan/s2891/Config.lb b/targets/tyan/s2891/Config.lb
index 8b4e0b01a7..fe91c36f7f 100644
--- a/targets/tyan/s2891/Config.lb
+++ b/targets/tyan/s2891/Config.lb
@@ -7,12 +7,12 @@ mainboard tyan/s2891
# Tyan s2891
romimage "normal"
-# 48K for ATI ROM in 1M
- option ROM_SIZE = 1024*1024-48*1024
-# 48K for SCSI FW or ATI ROM
+# 36K for ATI ROM in 1M
+ option ROM_SIZE = 1024*1024-36*1024
+# 48K for SCSI FW
# option ROM_SIZE = 512*1024-48*1024
-# 48K for SCSI FW and 48K for ATI ROM
-# option ROM_SIZE = 512*1024-48*1024-48*1024
+# 48K for SCSI FW and 36K for ATI ROM
+# option ROM_SIZE = 512*1024-48*1024-36*1024
# 64K for Etherboot
# option ROM_SIZE = 512*1024-64*1024
option USE_FALLBACK_IMAGE=0