diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2004-05-13 20:08:45 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2004-05-13 20:08:45 +0000 |
commit | 97027fbede3ec42d1c5591f0501ff0b11812f61c (patch) | |
tree | 15d21a997422ca63a2c76987a08c0d195d511726 /targets/tyan | |
parent | 9e17d4f2e2e40a63776cb2b9f2f99109bb86b7b9 (diff) |
add comment and new config file
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1558 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/tyan')
-rw-r--r-- | targets/tyan/s2880/Config.lb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/targets/tyan/s2880/Config.lb b/targets/tyan/s2880/Config.lb index df1a518976..33d0a972fc 100644 --- a/targets/tyan/s2880/Config.lb +++ b/targets/tyan/s2880/Config.lb @@ -207,6 +207,7 @@ romimage "normal" # option ROM_SIZE = 475136 # 48K for SCSI FW and 48K for ATI ROM # option ROM_SIZE = 425984 +# option ROM_SIZE = (512*1024 - 48*1024) option LINUXBIOS_EXTRA_VERSION="$(shell cat ../../VERSION)_Normal" option USE_FALLBACK_IMAGE=0 option ROM_SECTION_SIZE = (ROM_SIZE - FALLBACK_SIZE) |