diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-09-25 22:04:04 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-09-25 22:04:04 +0000 |
commit | 1621e9303cd9fcd6363553a091358bdfb908b8e9 (patch) | |
tree | 724e25be09611cbed6eab839f845a55d7e6385ab /targets/tyan/s2880/ns2880 | |
parent | 6e71aec6cda10636a692cde7f6e1156342614ca2 (diff) |
new from tyan
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1135 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/tyan/s2880/ns2880')
-rw-r--r-- | targets/tyan/s2880/ns2880 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/targets/tyan/s2880/ns2880 b/targets/tyan/s2880/ns2880 index 913d194139..01e7fc4dc5 100644 --- a/targets/tyan/s2880/ns2880 +++ b/targets/tyan/s2880/ns2880 @@ -2,5 +2,7 @@ TYANMB=s2880 cd "$TYANMB" make +#cat ../fwx.rom ../atix.rom ./normal/linuxbios.rom ./fallback/linuxbios.rom > $TYANMB"_linuxbios.rom" cat ../fwx.rom ./normal/linuxbios.rom ./fallback/linuxbios.rom > $TYANMB"_linuxbios.rom" +#cat ./normal/linuxbios.rom ./fallback/linuxbios.rom > $TYANMB"_linuxbios.rom" cp -f $TYANMB"_linuxbios.rom" /home/yhlu/ |