diff options
author | Yinghai Lu <yinghailu@gmail.com> | 2005-01-13 00:04:56 +0000 |
---|---|---|
committer | Yinghai Lu <yinghailu@gmail.com> | 2005-01-13 00:04:56 +0000 |
commit | 6c615429d39d7e14f7ea97a63cabcb616d5c2438 (patch) | |
tree | 69874182353a5af3e2dd8c2ec36452090259737f /targets/tyan/s2850/ns2850 | |
parent | c47eeb2cecb65047cf4c6e449b8763ab47c5c8d8 (diff) |
onboard pci rom
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1859 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/tyan/s2850/ns2850')
-rw-r--r-- | targets/tyan/s2850/ns2850 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/targets/tyan/s2850/ns2850 b/targets/tyan/s2850/ns2850 index 546d5629e3..0094229935 100644 --- a/targets/tyan/s2850/ns2850 +++ b/targets/tyan/s2850/ns2850 @@ -2,6 +2,6 @@ TYANMB=s2850 cd "$TYANMB" make -#cat ../atix.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/ +cat ../atix.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/ |