aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2009-05-19 18:15:49 +0000
committerMyles Watson <mylesgw@gmail.com>2009-05-19 18:15:49 +0000
commit1e6f6929c1ee96b291ef17e8d801f376a5dbb0d2 (patch)
tree415a6f6030ba65fee685612a0f69e3edfbeea362 /targets
parentc9a6f0f442846b0ed631ddceb062e632c1154da4 (diff)
Trivial update of Config-lab.lb so that it works again.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4292 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r--targets/tyan/s2895/Config-lab.lb12
1 files changed, 7 insertions, 5 deletions
diff --git a/targets/tyan/s2895/Config-lab.lb b/targets/tyan/s2895/Config-lab.lb
index 2e04f03bcc..47ae67188d 100644
--- a/targets/tyan/s2895/Config-lab.lb
+++ b/targets/tyan/s2895/Config-lab.lb
@@ -1,21 +1,23 @@
# Sample config file for
-# the Tyan s2892
-# This will make a target directory of ./s2892
+# the Tyan s2895
+# This will make a target directory of ./s2895
target s2895
mainboard tyan/s2895
-option ROM_SIZE = 1024*1024
+option ROM_SIZE = 512*1024
option CONFIG_CONSOLE_SERIAL8250 = 1
option CONFIG_CONSOLE_VGA = 1
option XIP_ROM_SIZE = 0x20000
option ROM_IMAGE_SIZE = 0x18000
+option HAVE_FAILOVER_BOOT = 0
+option FAILOVER_SIZE = 0
option FALLBACK_SIZE = ROM_SIZE
+option CONFIG_COMPRESSED_PAYLOAD_LZMA = 1
+option CONFIG_PRECOMPRESSED_PAYLOAD = 1
# Tyan s2895
romimage "fallback"
- option CONFIG_COMPRESSED_PAYLOAD_LZMA=1
- option CONFIG_PRECOMPRESSED_PAYLOAD=1
option USE_FALLBACK_IMAGE=1
option COREBOOT_EXTRA_VERSION="$(shell cat ../../VERSION)_Fallback"
payload ../payload.elf.lzma