diff options
author | Stefan Reinauer <stepan@openbios.org> | 2004-03-25 09:34:58 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-03-25 09:34:58 +0000 |
commit | 88be4dd782e05f4f3d26986ab0251012adca4993 (patch) | |
tree | 03351ae6a7ff778394a91e18f9a66de4ea96e73e /targets/tyan/s2880 | |
parent | 01f887d9f8546be08b51a2752af0473ab51e4214 (diff) | |
download | coreboot-88be4dd782e05f4f3d26986ab0251012adca4993.tar.xz |
add target configuration files for Tyan s4882, update tyan s2880 and s2885
config.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1475 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/tyan/s2880')
-rw-r--r-- | targets/tyan/s2880/Config.lb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/targets/tyan/s2880/Config.lb b/targets/tyan/s2880/Config.lb index 2ca6d643fe..3525475368 100644 --- a/targets/tyan/s2880/Config.lb +++ b/targets/tyan/s2880/Config.lb @@ -181,12 +181,12 @@ option DEBUG=1 option _RAMBASE=0x004000 ## -## Use a 128K stack +## Use a 128K stack ## -option STACK_SIZE=0x4000 +option STACK_SIZE=0x4000 ## -## Use a 256K heap + 64 +## Use a 256K heap + 128 ## option HEAP_SIZE=0xa000 |