Skip to content

Commit 57c973d

Browse files
author
Xiangfu Liu
committedDec 7, 2011
copy the images to patchpool
1 parent 6a796e9 commit 57c973d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/compile-milkymist-firmware.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ cp ${MILKYMIST_GIT_DIR}/autotest-m1.git/src/boot*.bin ${IMAGES_DIR}/
140140

141141
echo "build data patitions ..."
142142
mkdir -p ${IMAGES_DIR}/data.flash5/patchpool
143-
find ${MILKYMIST_GIT_DIR}/flickernoise.git/patches -name "*.fnp" -exec cp {} ${IMAGES_DIR}/data.flash5/patchpool \;
143+
cp -af ${MILKYMIST_GIT_DIR}/flickernoise.git/patches/* ${IMAGES_DIR}/data.flash5/patchpool
144144

145145
make -C ${MILKYMIST_GIT_DIR}/rtems-yaffs2.git/utils nor-mkyaffs2image
146146

0 commit comments

Comments
 (0)
Please sign in to comment.