diff options
Diffstat (limited to 'targets/tyan/s2881/ns2881')
-rw-r--r-- | targets/tyan/s2881/ns2881 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/targets/tyan/s2881/ns2881 b/targets/tyan/s2881/ns2881 deleted file mode 100644 index c3ebf402d7..0000000000 --- a/targets/tyan/s2881/ns2881 +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -TYANMB=s2881 -cd "$TYANMB" -make -#cat ../fwx.rom ../atix.rom ./normal/coreboot.rom ./fallback/coreboot.rom > $TYANMB"_coreboot.rom" -cat ../fwx.rom ./normal/coreboot.rom ./fallback/coreboot.rom > $TYANMB"_coreboot.rom" -#cat ./normal/coreboot.rom ./fallback/coreboot.rom > $TYANMB"_coreboot.rom" -cp -f $TYANMB"_coreboot.rom" /home/yhlu/ |