Skip to content

Commit

Permalink
Copy rather the move files to build folder
Browse files Browse the repository at this point in the history
Change-Id: Icee63d944101a66da2fd3a52aedd1e79a0ea91a6
  • Loading branch information
hoglet67 committed Jun 1, 2019
1 parent 5d52ca6 commit 28e4363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ do
pushd ${board}
./clean.sh
./build.sh
mv atom.bin ../build/atom_${board}.bin
cp -a atom.bin ../build/atom_${board}.bin
popd

pushd target/blackice/iceboot
Expand All @@ -26,7 +26,7 @@ do
cp output/iceboot.raw icebootatom_${board}.raw
truncate -s 126976 icebootatom_${board}.raw
cat ../../../build/atom_${board}.bin >> icebootatom_${board}.raw
mv icebootatom_${board}.raw ../../../build
cp -a icebootatom_${board}.raw ../../../build
popd

done
Expand Down

0 comments on commit 28e4363

Please sign in to comment.