diff options
Diffstat (limited to 'targets/tyan/s2875/ns2875')
-rw-r--r-- | targets/tyan/s2875/ns2875 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/tyan/s2875/ns2875 b/targets/tyan/s2875/ns2875 index 3d694ba314..98287d0546 100644 --- a/targets/tyan/s2875/ns2875 +++ b/targets/tyan/s2875/ns2875 @@ -2,5 +2,5 @@ TYANMB=s2875 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/ |