diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2004-03-12 15:13:38 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2004-03-12 15:13:38 +0000 |
commit | e4fc0ab250bd88ad8833a90d9338fd5b35881ebc (patch) | |
tree | 7ac09324ee465b31f5bfb1ed6a479c301e0de53d /targets/tyan/s4880 | |
parent | a40a17c50cd10afea78bc5c1e41e486b9c4aa078 (diff) | |
download | coreboot-e4fc0ab250bd88ad8833a90d9338fd5b35881ebc.tar.xz |
fixes for tyan
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1392 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/tyan/s4880')
-rw-r--r-- | targets/tyan/s4880/Config.lb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/targets/tyan/s4880/Config.lb b/targets/tyan/s4880/Config.lb index 5f61a362d4..6cca9e6fa6 100644 --- a/targets/tyan/s4880/Config.lb +++ b/targets/tyan/s4880/Config.lb @@ -136,7 +136,8 @@ option MAINBOARD_VENDOR="Tyan" ### (linuxBIOS plus bootloader) will live in the boot rom chip. ### #option FALLBACK_SIZE=524288 -option FALLBACK_SIZE=98304 +#option FALLBACK_SIZE=98304 +option FALLBACK_SIZE=131072 ## ROM_IMAGE_SIZE is the amount of space to allow linuxBIOS to occupy. option ROM_IMAGE_SIZE=65536 @@ -233,7 +234,8 @@ romimage "fallback" option XIP_ROM_BASE = (_ROMBASE + ROM_IMAGE_SIZE - XIP_ROM_SIZE) mainboard tyan/s4880 - payload ../../tg3.zelf +# payload ../../tg3--ide_disk.zelf + payload ../../filo.elf.d end buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback" |