diff options
Diffstat (limited to 'targets/tyan/s2881')
-rw-r--r-- | targets/tyan/s2881/Config.lb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/targets/tyan/s2881/Config.lb b/targets/tyan/s2881/Config.lb index 8d68d066f1..be6e6d85d0 100644 --- a/targets/tyan/s2881/Config.lb +++ b/targets/tyan/s2881/Config.lb @@ -170,7 +170,7 @@ option TTYS0_BAUD=115200 ## Request this level of debugging output option DEFAULT_CONSOLE_LOGLEVEL=8 ## At a maximum only compile in this level of debugging -option MAXIMUM_CONSOLE_LOGLEVEL=9 +option MAXIMUM_CONSOLE_LOGLEVEL=8 option DEBUG=1 @@ -180,14 +180,14 @@ option DEBUG=1 option _RAMBASE=0x004000 ## -## Use a 128K stack +## Use a 128K stack ## option STACK_SIZE=0x4000 ## -## Use a 256K heap +## Use a 256K heap + 64 ## -option HEAP_SIZE=0x8000 +option HEAP_SIZE=0xa000 # ### @@ -233,7 +233,7 @@ romimage "fallback" option XIP_ROM_BASE = (_ROMBASE + ROM_IMAGE_SIZE - XIP_ROM_SIZE) mainboard tyan/s2881 - payload ../../tg3.zelf + payload ../../tg3--ide_disk.zelf end buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback" |