diff options
Diffstat (limited to 'targets/tyan/s2885/ns2885')
-rw-r--r-- | targets/tyan/s2885/ns2885 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/tyan/s2885/ns2885 b/targets/tyan/s2885/ns2885 index 58f6aaf2e0..056da1d6ca 100644 --- a/targets/tyan/s2885/ns2885 +++ b/targets/tyan/s2885/ns2885 @@ -2,5 +2,5 @@ TYANMB=s2885 cd "$TYANMB" make -cat ./normal/linuxbios.rom ./fallback/linuxbios.rom > $TYANMB"_linuxbios.rom" -cp -f $TYANMB"_linuxbios.rom" /home/yhlu/ +cat ./normal/coreboot.rom ./fallback/coreboot.rom > $TYANMB"_coreboot.rom" +cp -f $TYANMB"_coreboot.rom" /home/yhlu/ |